We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef1254 commit 69fdde5Copy full SHA for 69fdde5
1 file changed
Procfile
@@ -1,2 +1,2 @@
1
-web: uvicorn app.main:app --host=0.0.0.0 --port=${PORT}
+web: uvicorn main:app --app-dir=app --host=0.0.0.0 --port=${PORT}
2
worker: rq worker -P app -c dependencies
0 commit comments