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