neues dockerfile mit gunicorn Server

This commit is contained in:
Erik Thiele
2026-06-20 16:49:48 +02:00
parent e18414ab79
commit 3eb5cf9d8d
4 changed files with 20 additions and 5 deletions

3
app.py
View File

@@ -1584,6 +1584,7 @@ def admin_users_reset_password(email):
# -------------------------------------------------
# Main
# -------------------------------------------------
init_user_db()
if __name__ == "__main__":
init_user_db()
app.run(debug=True, host="0.0.0.0", port=5005)