diff --git a/run.py b/run.py index 6deb84f..986a361 100644 --- a/run.py +++ b/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')