fix start command

This commit is contained in:
2026-05-19 00:00:03 -05:00
parent bc90a16c14
commit abb1fae70d

View File

@@ -4,7 +4,8 @@
"builder": "RAILPACK" "builder": "RAILPACK"
}, },
"deploy": { "deploy": {
"startCommand": "php artisan migrate --force && php artisan serve --host=0.0.0.0 --port=${PORT:-8000}", "preDeployCommand": "php artisan migrate --force",
"startCommand": "php artisan serve --host=0.0.0.0 --port=${PORT:-8000}",
"healthcheckPath": "/health", "healthcheckPath": "/health",
"healthcheckTimeout": 600, "healthcheckTimeout": 600,
"restartPolicyType": "ON_FAILURE", "restartPolicyType": "ON_FAILURE",