mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-05 23:15:26 -06:00
Revert "temp: try uvicorn command in railway.json"
This reverts commit 45ec5c396c.
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
"builder": "NIXPACKS"
|
||||
},
|
||||
"deploy": {
|
||||
"startCommand": "uvicorn \"linkpulse.app:app\" --host :: --port $PORT"
|
||||
"startCommand": "hypercorn linkpulse.app:app --bind \"[::]:$PORT\" --log-config \"toml:logging.toml\""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user