From 1d63c28356144f5b94c9cfc69012f89bef025bdc Mon Sep 17 00:00:00 2001 From: eko Date: Sat, 4 Apr 2026 23:51:47 +0700 Subject: [PATCH] remove route::cache production --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 07dc358d..b451467d 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -99,7 +99,6 @@ php -r 'require "/var/www/html/vendor/laravel/prompts/src/helpers.php"; echo " if [ "$APP_ENV" = "production" ] || [ "$MODE" = "production" ]; then echo "Running production optimizations..." php artisan config:cache - php artisan route:cache php artisan view:cache php artisan event:cache else