MatchAnything / railway.toml
XingyiHe's picture
init commit
3040ac4
raw
history blame contribute delete
233 Bytes
[build]
builder = "DOCKERFILE"
dockerfilePath = "Dockerfile"
[deploy]
runtime = "V2"
numReplicas = 1
startCommand = "python -m imcui.api.server"
sleepApplication = false
restartPolicyType = "ON_FAILURE"
restartPolicyMaxRetries = 10