From 2f17c3abdd3b527b37ed66a3c3ed6272bf0097a1 Mon Sep 17 00:00:00 2001 From: eko54r Date: Thu, 2 Apr 2026 22:00:30 +0700 Subject: [PATCH] update pull --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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