Skip to content

Commit 1ee4fad

Browse files
committed
fix: add explicit startCommand to railway.toml
1 parent 6534a19 commit 1ee4fad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

railway.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ dockerfilePath = "server/Dockerfile"
44
buildContext = "."
55

66
[deploy]
7+
startCommand = "node dist/index.js"
78
healthcheckPath = "/api/v1/health"
89
healthcheckTimeout = 300
910
restartPolicyType = "ON_FAILURE"

0 commit comments

Comments
 (0)