diff --git a/Procfile b/Procfile index ee8997c..b3d9fe0 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: cd app; python manage.py collectstatic --noinput; python manage.py run_gunicorn -k gevent \ No newline at end of file +web: cd app; python manage.py run_gunicorn -k gevent \ No newline at end of file