Skip to content

Commit 4fa417b

Browse files
committed
fix up collectstatic on heroku
1 parent e2ea65a commit 4fa417b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: ./manage.py run_gunicorn 0.0.0.0:$PORT --workers=9 -k gevent --max-requests 250
1+
web: ./manage.py collectstatic --noinput; ./manage.py run_gunicorn 0.0.0.0:$PORT --workers=9 -k gevent --max-requests 250

0 commit comments

Comments
 (0)