diff --git a/Procfile b/Procfile index ebb1830..b90920b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn config.wsgi --bind 0.0.0.0:8000 \ No newline at end of file +web: gunicorn config.wsgi:application --bind 0.0.0.0:8000 \ No newline at end of file