fix start command

This commit is contained in:
2026-05-18 23:55:43 -05:00
parent 6fb93f04db
commit bc90a16c14

View File

@@ -6,7 +6,7 @@
"deploy": {
"startCommand": "php artisan migrate --force && php artisan serve --host=0.0.0.0 --port=${PORT:-8000}",
"healthcheckPath": "/health",
"healthcheckTimeout": 300,
"healthcheckTimeout": 600,
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}