diff --git a/deploy/redeploy.py b/deploy/redeploy.py index 20acc09b84..fd81929a07 100755 --- a/deploy/redeploy.py +++ b/deploy/redeploy.py @@ -167,4 +167,4 @@ if __name__ == "__main__": (args.port, arg_extract_path, " (clean after)" if arg_should_clean else "", arg_symlink, arg_jenkins_url) ) - app.run(port=args.port, debug=True) + app.run(host="0.0.0.0", port=args.port, debug=True)