Skip to content

Commit c909448

Browse files
author
Hamza Shahid
committed
fix: use dockerfile builder instead of nixpacks
1 parent aca426a commit c909448

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

Procfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

railway.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

railway.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
[build]
2-
builder = "NIXPACKS"
3-
buildCommand = "npm install && npm run db:generate && npm run build"
2+
builder = "DOCKERFILE"
43

54
[deploy]
6-
startCommand = "npm run db:deploy && npm run start:prod"
75
restartPolicyType = "ON_FAILURE"
86
restartPolicyMaxRetries = 10
9-
healthcheckPath = "/"
10-
healthcheckTimeout = 300

0 commit comments

Comments
 (0)