Duplicate waitress command so port can be added on heroku
This commit is contained in:
parent
b7cf2edfd3
commit
88122fee90
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
@ -1 +1 @@
|
||||||
web: pipenv run start --port $PORT
|
web: waitress-serve --port $PORT app.server:app
|
||||||
|
|
Reference in a new issue