Fix broken code block in laravel multistage Dockerfile

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