From 88122fee90027416c4eabf09158cb082f5115d01 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 26 Oct 2018 09:24:09 +0100 Subject: [PATCH] Duplicate waitress command so port can be added on heroku --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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