diff --git a/app.py b/app.py index e4a9fa7..b92f71e 100644 --- a/app.py +++ b/app.py @@ -667,4 +667,4 @@ def add_user(): # Run the application if __name__ == '__main__': - app.run(port=5000, debug=True) + app.run(host="0.0.0.0", port=5000, debug=True)