Files
copilotkit__copilotkit/examples/showcases/deep-agents/railway.json
2026-03-12 13:06:02 -07:00

13 lines
265 B
JSON

{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"dockerfilePath": "Dockerfile"
},
"deploy": {
"startCommand": "npm start",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 5
}
}