diff --git a/Procfile b/Procfile index 0bfa39f..d09b9a5 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: pipenv run start --port $PORT +web: waitress-serve --port $PORT app.server:app