diff --git a/entrypoint.sh b/entrypoint.sh index 7afb57f6..f8a761a9 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -94,9 +94,10 @@ php -r 'require "/var/www/html/vendor/laravel/prompts/src/helpers.php"; echo " # Clear all caches to ensure fresh state echo "Clearing caches..." php artisan config:clear || true -php artisan cache:clear || true php artisan view:clear || true php artisan route:clear || true +php artisan cache:clear || true + # Verify Vite manifest exists if [ -f public/build/manifest.json ]; then