Skip to content

Commit 2d0376d

Browse files
committed
Procfile: Add pythonpath to gunicorn
1 parent d1eac99 commit 2d0376d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Procfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web gunicorn oshc.wsgi --log-file -
1+
web: gunicorn --pythonpath oshc oshc.wsgi --log-file -

0 commit comments

Comments
 (0)