14 lines
274 B
JSON
14 lines
274 B
JSON
{
|
|
"$schema": "https://railway.app/railway.schema.json",
|
|
"build": {
|
|
"builder": "dockerfile"
|
|
},
|
|
"deploy": {
|
|
"numReplicas": 1,
|
|
"startCommand": "npm start",
|
|
"restartPolicyMaxRetries": 5
|
|
},
|
|
"environmentVariables": {
|
|
"NODE_ENV": "production"
|
|
}
|
|
}
|