diff --git a/Procfile b/Procfile index bcf6804..dc46f1b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python main.py \ No newline at end of file +web: gunicorn main:app \ No newline at end of file