From 6b85861588baca32307d1861161cf03254921330 Mon Sep 17 00:00:00 2001 From: Jrodrigo06 Date: Sat, 4 Apr 2026 16:09:47 -0400 Subject: [PATCH] fix' --- railway.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railway.json b/railway.json index f60d0dd..f551464 100644 --- a/railway.json +++ b/railway.json @@ -4,7 +4,7 @@ "dockerfilePath": "Dockerfile.backend" }, "deploy": { - "startCommand": "uv run uvicorn main:app --host 0.0.0.0 --port $PORT", + "startCommand": "sh -c 'uv run uvicorn main:app --host 0.0.0.0 --port $PORT'", "healthcheckPath": "/health", "healthcheckTimeout": 30 }