diff --git a/api/gitapi.py b/api/gitapi.py index da46772..82f97e9 100644 --- a/api/gitapi.py +++ b/api/gitapi.py @@ -228,6 +228,6 @@ def health_check(): # Run the Flask app if __name__ == '__main__': - app.run(debug=True) + app.run(debug=True, host='0.0.0.0')