diff --git a/Procfile b/Procfile index 45d24ff..26380ae 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn app:app --bind 0.0.0.0:$PORT \ No newline at end of file +web: gunicorn 'app:create_app()' --bind 0.0.0.0:$PORT \ No newline at end of file