15 lines
334 B
JSON
15 lines
334 B
JSON
|
|
{
|
||
|
|
"$schema": "https://railway.app/railway.schema.json",
|
||
|
|
"build": {
|
||
|
|
"builder": "NIXPACKS",
|
||
|
|
"buildCommand": "npm run build"
|
||
|
|
},
|
||
|
|
"deploy": {
|
||
|
|
"startCommand": "npm start",
|
||
|
|
"healthcheckPath": "/api/health",
|
||
|
|
"healthcheckTimeout": 100,
|
||
|
|
"restartPolicyType": "ON_FAILURE",
|
||
|
|
"restartPolicyMaxRetries": 10
|
||
|
|
}
|
||
|
|
}
|