diff --git a/Procfile b/Procfile index ca6e941..40b0792 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn app:app +web: gunicorn run:app