From bc90a16c14873577c2e268e5ed16760c40a524be Mon Sep 17 00:00:00 2001 From: ykiakao Date: Mon, 18 May 2026 23:55:43 -0500 Subject: [PATCH] fix start command --- railway.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railway.json b/railway.json index a91c9a0..117d8cd 100644 --- a/railway.json +++ b/railway.json @@ -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 }