Skip to content

Commit deb1aa4

Browse files
committed
Listen on 0.0.0.0 and not localhost
1 parent c76b1e7 commit deb1aa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/redeploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ def on_receive_jenkins_poke():
167167
(args.port, arg_extract_path,
168168
" (clean after)" if arg_should_clean else "", arg_symlink, arg_jenkins_url)
169169
)
170-
app.run(port=args.port, debug=True)
170+
app.run(host="0.0.0.0", port=args.port, debug=True)

0 commit comments

Comments
 (0)