Skip to content

Commit 69fdde5

Browse files
committed
add app-dir
1 parent 2ef1254 commit 69fdde5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
web: uvicorn app.main:app --host=0.0.0.0 --port=${PORT}
1+
web: uvicorn main:app --app-dir=app --host=0.0.0.0 --port=${PORT}
22
worker: rq worker -P app -c dependencies

0 commit comments

Comments
 (0)