Browse Source

fix: simplify root railway.toml for Ghostfolio web

Made-with: Cursor
pull/6453/head
Priyanka Punukollu 1 month ago
parent
commit
19f64ee488
  1. 3
      railway.toml

3
railway.toml

@ -1,9 +1,6 @@
[build]
builder = "nixpacks"
[build.nixpacksPlan.phases.setup]
nixPkgs = ["nodejs_20", "npm-9_x"]
[deploy]
startCommand = "node dist/apps/api/main.js"
healthcheckPath = "/api/v1/health"

Loading…
Cancel
Save