update to main flask in order to reach host port
This commit is contained in:
parent
505073bd93
commit
007a33e51d
@ -160,4 +160,4 @@ if __name__ == "__main__":
|
||||
with app.app_context():
|
||||
db.create_all()
|
||||
|
||||
app.run(debug=True, port=5080)
|
||||
app.run(debug=True, port=5080, host="0.0.0.0")
|
||||
Loading…
Reference in New Issue
Block a user