boyinfuture's picture
adding the railway
48fbd5e
raw
history blame contribute delete
303 Bytes
{
"$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
}
}