From 41455664dc033d12f2a9bab033fb1487c65e2153 Mon Sep 17 00:00:00 2001 From: ykiakao Date: Mon, 18 May 2026 22:49:16 -0500 Subject: [PATCH] Set Railway Laravel start command --- railway.json | 1 + 1 file changed, 1 insertion(+) diff --git a/railway.json b/railway.json index 9ede6c3..c780d22 100644 --- a/railway.json +++ b/railway.json @@ -4,6 +4,7 @@ "builder": "RAILPACK" }, "deploy": { + "startCommand": "php artisan serve --host=0.0.0.0 --port=$PORT", "healthcheckPath": "/health", "healthcheckTimeout": 300, "restartPolicyType": "ON_FAILURE",