Browse Source

Serve public

Marcelo Fornet 4 years ago
parent
commit
ccf5b955e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      run.sh

+ 1 - 1
run.sh

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