@@ -1,3 +1,3 @@
#!/bin/bash
export FLASK_APP=main.py
-flask run --port 8000
+flask run --port 8000 --host=0.0.0.0