We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ea65a commit 4fa417bCopy full SHA for 4fa417b
Procfile
@@ -1 +1 @@
1
-web: ./manage.py run_gunicorn 0.0.0.0:$PORT --workers=9 -k gevent --max-requests 250
+web: ./manage.py collectstatic --noinput; ./manage.py run_gunicorn 0.0.0.0:$PORT --workers=9 -k gevent --max-requests 250
0 commit comments