From 7f0a4c30a9ea727cd7b7cd52eee77267ea79bdff Mon Sep 17 00:00:00 2001 From: sulthan Date: Mon, 8 Jun 2026 09:05:57 +0700 Subject: [PATCH] fix caching route in prod --- .docker/php/entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.docker/php/entrypoint.sh b/.docker/php/entrypoint.sh index 557319d..15c4478 100755 --- a/.docker/php/entrypoint.sh +++ b/.docker/php/entrypoint.sh @@ -12,7 +12,6 @@ php artisan storage:link --force || true if [ "${APP_ENV}" = "production" ]; then php artisan config:cache - php artisan route:cache php artisan view:cache fi