@ -7,5 +7,5 @@ def hello_world():
return 'Hello, World!'
if __name__ == '__main__':
app.run(port=8080)
app.run(host='0.0.0.0', port=8080)