diff --git a/Procfile b/Procfile index 54d13e7..6e10d5d 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -gunicorn --worker-class eventlet -w 1 server:app +gunicorn --worker-class eventlet -w 1 server:run release: python manage.py db upgrade \ No newline at end of file