Switch railway.json startCommand to module serve, use PORT variable

This commit is contained in:
2024-11-01 16:02:40 -05:00
parent 267abfe792
commit 796c28d72d
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,6 @@
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "hypercorn linkpulse.app:app --bind \"[::]:$PORT\""
"startCommand": "python3 -m linkpulse serve"
}
}