fix: clear route / view

This commit is contained in:
Andras Bacsai
2024-11-06 10:08:43 +01:00
parent f8e6e925b6
commit 673ac44fe8

View File

@@ -45,6 +45,8 @@ RUN composer dump-autoload
COPY --from=static-assets --chown=9999:9999 /app/public/build ./public/build
COPY --chmod=755 docker/prod/etc/s6-overlay/ /etc/s6-overlay/
RUN php artisan route:clear
RUN php artisan view:clear
RUN php artisan route:cache
RUN php artisan view:cache