coder_code-server/railway.json
2026-01-27 19:15:10 +08:00

13 lines
259 B
JSON

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