diff --git a/src/main.py b/src/main.py index 743dc3d..fab8838 100644 --- a/src/main.py +++ b/src/main.py @@ -49,4 +49,4 @@ def hello(): return render_template('hello.html', name="Flask") if __name__ == '__main__': - app.run(host="localhost", port=config['port'], debug=True) + app.run(host="0.0.0.0", port=config['port'], debug=True)