Update Dockerfile

This commit is contained in:
Lizandro Guarnizo
2026-06-05 10:09:18 -05:00
parent 5a780cc87d
commit 5c6854be7f
+1 -1
View File
@@ -56,7 +56,7 @@ COPY . .
COPY --from=vendor /app/vendor vendor/
COPY --from=frontend /app/public/build public/build/
RUN mkdir -p bootstrap/cache \
RUN mkdir -p bootstrap/cache storage/framework/views storage/framework/cache storage/framework/sessions storage/logs storage/app/public \
&& composer dump-autoload --no-dev --optimize \
&& php artisan storage:link \
&& php artisan package:discover --ansi \