Wrote non-root Dockerfile

This commit is contained in:
Jef Roosens 2021-05-18 12:15:21 +02:00
parent 12c1a2d206
commit a60fa5d86f
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
3 changed files with 42 additions and 1 deletions

View file

@ -6,4 +6,4 @@ app = Quart("jos")
async def hello():
return "hello"
app.run()
app.run(host="0.0.0.0")