File size: 303 Bytes
48fbd5e |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"dockerfilePath": "backend/Dockerfile"
},
"deploy": {
"startCommand": "python -m uvicorn main:app --host 0.0.0.0 --port $PORT",
"healthcheckPath": "/",
"healthcheckTimeout": 120
}
} |