diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..776fa204 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: ./venv/bin/gunicorn project.wsgi:application --bind 127.0.0.1:3108 --workers 8