From 77aa2e85c536e4363c7fdcbfca3efc361bc03a38 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Sat, 8 Feb 2025 11:13:42 +0100 Subject: [PATCH] idk --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c548882..39cda68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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