12 lines
188 B
JSON
12 lines
188 B
JSON
{
|
|
"$schema": "https://railway.app",
|
|
"build": {
|
|
"builder": "DOCKERFILE",
|
|
"dockerfilePath": "Dockerfile"
|
|
},
|
|
"deploy": {
|
|
"numReplicas": 1,
|
|
"sleepService": false
|
|
}
|
|
}
|