modified: Dockerfile

modified:   app.py
This commit is contained in:
SimolZimol
2024-09-02 17:30:34 +02:00
parent 1782c031d9
commit 0b903c1e44
2 changed files with 2 additions and 1 deletions

2
app.py
View File

@@ -68,4 +68,4 @@ def settings():
return redirect(url_for("login"))
if __name__ == "__main__":
app.run(host="0.0.0.0", port=5000)
app.run(host="0.0.0.0", port=5000 debug=True)