Using waitress to serve wsgi

This commit is contained in:
Felipe M 2020-11-04 13:14:14 +01:00
parent 6d3ad14298
commit 490b07d5b4
3 changed files with 19 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh -xe
hypercorn butterrobot.app -b "0.0.0.0:${APP_PORT}"
waitress-serve --port=${APP_PORT} 'butterrobot.app:app'