diff --git a/Procfile b/Procfile index 778432c9ec..b6f89307b3 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: python script.py +web: gunicorn gettingstarted.wsgi