Skip to content

Commit 18e6b9a

Browse files
author
ewalid
committed
Fix Procfile to use python -m uvicorn
1 parent 35be998 commit 18e6b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: uvicorn rosetta.api.app:app --host 0.0.0.0 --port $PORT
1+
web: python -m uvicorn rosetta.api.app:app --host 0.0.0.0 --port $PORT

0 commit comments

Comments
 (0)