remove hardcode bind
This commit is contained in:
parent
18e208c6c8
commit
972eea3e44
@ -8,3 +8,4 @@ py-healthcheck
|
||||
sqlalchemy
|
||||
flask-sqlalchemy
|
||||
flask-cors
|
||||
requests
|
@ -70,6 +70,5 @@ def init_db():
|
||||
if __name__ == "__main__":
|
||||
app.run(
|
||||
debug=bool(DEBUG),
|
||||
host="0.0.0.0",
|
||||
port=int(PORT),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user