We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6534a19 commit 1ee4fadCopy full SHA for 1ee4fad
1 file changed
railway.toml
@@ -4,6 +4,7 @@ dockerfilePath = "server/Dockerfile"
4
buildContext = "."
5
6
[deploy]
7
+startCommand = "node dist/index.js"
8
healthcheckPath = "/api/v1/health"
9
healthcheckTimeout = 300
10
restartPolicyType = "ON_FAILURE"
0 commit comments