diff --git a/Procfile b/Procfile index 55f725d..abf46ef 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: gunicorn app:app +web: gunicorn server:app release: python3 manage.py db upgrade \ No newline at end of file