| { | |
| "$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 | |
| } | |
| } |