fix(railway): remove startCommand and invalid maxRetries from railway.toml

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>
This commit is contained in:
Thomas Davis 2026-02-09 04:55:04 +10:00
parent 198f9f7d1e
commit 2a2f0f487d

View file

@ -3,8 +3,6 @@ builder = "DOCKERFILE"
dockerfilePath = "Dockerfile"
[deploy]
startCommand = "./start.sh"
healthcheckPath = "/health"
healthcheckTimeout = 30
restartPolicyType = "ALWAYS"
restartPolicyMaxRetries = -1