We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca426a commit c909448Copy full SHA for c909448
Procfile
railway.json
railway.toml
@@ -1,10 +1,6 @@
1
[build]
2
-builder = "NIXPACKS"
3
-buildCommand = "npm install && npm run db:generate && npm run build"
+builder = "DOCKERFILE"
4
5
[deploy]
6
-startCommand = "npm run db:deploy && npm run start:prod"
7
restartPolicyType = "ON_FAILURE"
8
restartPolicyMaxRetries = 10
9
-healthcheckPath = "/"
10
-healthcheckTimeout = 300
0 commit comments