Bind to all interfaces when running Dash app
at least for now..sheesh
This commit is contained in:
parent
a3a0b80123
commit
0fadd68fc2
|
@ -45,4 +45,4 @@ class RunDashApp(commands.Subcommand):
|
|||
def run(self, args):
|
||||
factory = self.app.load_object(args.spec)
|
||||
dashapp = factory(self.config)
|
||||
dashapp.run_server(debug=True)
|
||||
dashapp.run_server(debug=True, host='0.0.0.0')
|
||||
|
|
Loading…
Reference in a new issue