modified: Dockerfile

modified:   app.py
This commit is contained in:
SimolZimol
2025-05-15 22:42:21 +02:00
parent 2834e26477
commit 20509d212d
2 changed files with 2 additions and 1 deletions

2
app.py
View File

@@ -80,4 +80,4 @@ def index():
return render_template('index.html', user=user)
if __name__ == "__main__":
app.run(debug=True)
app.run(host="0.0.0.0", port=5000, debug=True)