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