startCommand overrides Dockerfile CMD causing build failure. Removed restartPolicyMaxRetries=-1 which is not a valid Railway value. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
152 B
TOML
8 lines
152 B
TOML
[build]
|
|
builder = "DOCKERFILE"
|
|
dockerfilePath = "Dockerfile"
|
|
|
|
[deploy]
|
|
healthcheckPath = "/health"
|
|
healthcheckTimeout = 30
|
|
restartPolicyType = "ALWAYS"
|