Skip to content

Commit f1c47ff

Browse files
author
ewalid
committed
Set PYTHONPATH in Procfile for Railway deployment
1 parent d02cdcc commit f1c47ff

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: python -m uvicorn rosetta.api.app:app --host 0.0.0.0 --port $PORT
1+
web: PYTHONPATH=/app/src python -m uvicorn rosetta.api.app:app --host 0.0.0.0 --port $PORT

0 commit comments

Comments
 (0)