idk
All checks were successful
Push image to registry / build-image (push) Successful in 35s

This commit is contained in:
2025-02-08 11:13:42 +01:00
parent 9647676c27
commit 77aa2e85c5

View File

@ -82,7 +82,7 @@ RUN php artisan storage:link
# Laravel optimization commands
# RUN php artisan cache:clear
RUN php artisan config:cache && php artisan route:cache
RUN php artisan config:clear && php artisan config:cache && php artisan route:cache
RUN chmod +x ./dockerEntryPoint.sh