run: default 0.0.0.0

This commit is contained in:
Luna Mendes 2018-07-09 17:24:11 -03:00
parent 40e81b76c1
commit 1de3bbdd95
1 changed files with 1 additions and 1 deletions

2
run.py
View File

@ -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')