Antharee commited on
Commit
7595ea7
·
verified ·
1 Parent(s): aab3b7f

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +3 -0
start.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/bash
2
+ export FLASK_APP=app.py
3
+ flask run --host=0.0.0.0 --port=7860