temp: try uvicorn command in railway.json

This commit is contained in:
2024-11-01 20:44:40 -05:00
parent 1003fd3eed
commit 45ec5c396c

View File

@@ -4,6 +4,6 @@
"builder": "NIXPACKS" "builder": "NIXPACKS"
}, },
"deploy": { "deploy": {
"startCommand": "hypercorn linkpulse.app:app --bind \"[::]:$PORT\" --log-config \"toml:logging.toml\"" "startCommand": "uvicorn \"linkpulse.app:app\" --host :: --port $PORT"
} }
} }