diff --git a/services/documentation-system/railway.json b/services/documentation-system/railway.json index ae9169e..7aeb33e 100644 --- a/services/documentation-system/railway.json +++ b/services/documentation-system/railway.json @@ -2,7 +2,7 @@ "$schema": "https://railway.com/railway.schema.json", "build": { "builder": "DOCKERFILE", "dockerfilePath": "Dockerfile" }, "deploy": { - "startCommand": "uvicorn src.api.app:app --host :: --port ${PORT}", + "startCommand": "sh -c 'uvicorn src.api.app:app --host :: --port ${PORT}'", "preDeployCommand": "alembic upgrade head", "healthcheckPath": "/health", "restartPolicyType": "ON_FAILURE" diff --git a/services/team-tracking/railway.json b/services/team-tracking/railway.json index ae9169e..7aeb33e 100644 --- a/services/team-tracking/railway.json +++ b/services/team-tracking/railway.json @@ -2,7 +2,7 @@ "$schema": "https://railway.com/railway.schema.json", "build": { "builder": "DOCKERFILE", "dockerfilePath": "Dockerfile" }, "deploy": { - "startCommand": "uvicorn src.api.app:app --host :: --port ${PORT}", + "startCommand": "sh -c 'uvicorn src.api.app:app --host :: --port ${PORT}'", "preDeployCommand": "alembic upgrade head", "healthcheckPath": "/health", "restartPolicyType": "ON_FAILURE"