run: default 0.0.0.0
This commit is contained in:
parent
40e81b76c1
commit
1de3bbdd95
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -49,4 +49,4 @@ if __name__ == '__main__':
|
|||
app.static('/', './priv/frontend/build')
|
||||
app.static('/', './priv/frontend/build/index.html')
|
||||
|
||||
app.run(port=config.PORT)
|
||||
app.run(port=config.PORT, host='0.0.0.0')
|
||||
|
|
Loading…
Reference in a new issue