Tweak, add CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Rune Juhl Jacobsen 2023-02-19 19:56:06 +01:00
parent 0af95a105b
commit 4a0fe51e0d
3 changed files with 19 additions and 2 deletions

View file

@ -54,4 +54,4 @@ app.add_routes([
if __name__ == '__main__':
web.run_app(app, host='127.0.0.1', port=8003)
web.run_app(app, host='0.0.0.0', port=8003)