fix start command
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"deploy": {
|
"deploy": {
|
||||||
"startCommand": "php artisan migrate --force && php artisan serve --host=0.0.0.0 --port=${PORT:-8000}",
|
"startCommand": "php artisan migrate --force && php artisan serve --host=0.0.0.0 --port=${PORT:-8000}",
|
||||||
"healthcheckPath": "/health",
|
"healthcheckPath": "/health",
|
||||||
"healthcheckTimeout": 300,
|
"healthcheckTimeout": 600,
|
||||||
"restartPolicyType": "ON_FAILURE",
|
"restartPolicyType": "ON_FAILURE",
|
||||||
"restartPolicyMaxRetries": 10
|
"restartPolicyMaxRetries": 10
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user