1
Fork 0

Duplicate waitress command so port can be added on heroku

This commit is contained in:
Jake Howard 2018-10-26 09:24:09 +01:00
parent b7cf2edfd3
commit 88122fee90
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
web: pipenv run start --port $PORT
web: waitress-serve --port $PORT app.server:app