Using waitress to serve wsgi
This commit is contained in:
parent
6d3ad14298
commit
490b07d5b4
3 changed files with 19 additions and 2 deletions
|
@ -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'
|
Loading…
Add table
Add a link
Reference in a new issue