We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22169ef commit 5217153Copy full SHA for 5217153
1 file changed
railway.toml
@@ -1,5 +1,5 @@
1
[deploy]
2
-startCommand = "uvicorn main:app --host 0.0.0.0 --port $PORT"
+startCommand = "python main.py"
3
4
# Persistent storage for user tokens and sessions
5
[[deploy.volumes]]
0 commit comments