Fix broken code block in laravel multistage Dockerfile

This commit is contained in:
yeasy
2026-04-25 20:42:18 +00:00
parent 7a826d56dd
commit aa7ab1f20d
@@ -230,7 +230,6 @@ RUN set -x ; cd ${LARAVEL_PATH} \
&& php artisan package:discover
FROM nginx:alpine as nginx
```
ARG LARAVEL_PATH=/app/laravel