From a8c15300e7a8c7b88a82f22ca2e405bce0652d5e Mon Sep 17 00:00:00 2001 From: eko Date: Sun, 29 Mar 2026 05:26:32 +0700 Subject: [PATCH] debug stagging --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 94901853..0889145f 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -75,7 +75,7 @@ echo "Setup complete. Starting application..." echo "========================================" # Start the application with proper error handling -if [ "$MODE" = "dev" ]; then +if [ "$MODE" = "staging" ]; then echo "Starting PHP built-in server on port 8000..." # Use exec with error capture exec php artisan serve --host=0.0.0.0 --port=8000 2>&1 | tee -a /var/log/php-server.log