fix start command
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"builder": "RAILPACK"
|
||||
},
|
||||
"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",
|
||||
"healthcheckTimeout": 600,
|
||||
"restartPolicyType": "ON_FAILURE",
|
||||
|
||||
Reference in New Issue
Block a user