diff --git a/app.py b/app.py index 1018cf9..66c7dba 100644 --- a/app.py +++ b/app.py @@ -98,4 +98,4 @@ if __name__ == '__main__': # Initialize the database before starting the server init_db() # Run the app in debug mode - app.run(debug=True) + app.run(host='0.0.0.0', port=5000, debug=True)