Fix railway startCommand for backend

This commit is contained in:
2024-10-16 00:54:27 -05:00
parent 3a3c72ceb0
commit 59d0440946

View File

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