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