Set Railway Laravel start command

This commit is contained in:
2026-05-18 22:49:16 -05:00
parent 8f183fc0ed
commit 41455664dc

View File

@@ -4,6 +4,7 @@
"builder": "RAILPACK" "builder": "RAILPACK"
}, },
"deploy": { "deploy": {
"startCommand": "php artisan serve --host=0.0.0.0 --port=$PORT",
"healthcheckPath": "/health", "healthcheckPath": "/health",
"healthcheckTimeout": 300, "healthcheckTimeout": 300,
"restartPolicyType": "ON_FAILURE", "restartPolicyType": "ON_FAILURE",