mirror of
https://github.com/codeaashu/claude-code.git
synced 2026-04-08 22:28:48 +03:00
14 lines
318 B
JSON
14 lines
318 B
JSON
{
|
|
"$schema": "https://railway.com/railway.schema.json",
|
|
"build": {
|
|
"builder": "DOCKERFILE",
|
|
"dockerfilePath": "mcp-server/Dockerfile"
|
|
},
|
|
"deploy": {
|
|
"startCommand": "node dist/http.js",
|
|
"healthcheckPath": "/health",
|
|
"restartPolicyType": "ON_FAILURE",
|
|
"restartPolicyMaxRetries": 3
|
|
}
|
|
}
|