5 lines
94 B
Bash
5 lines
94 B
Bash
export FLASK_APP=main.py
|
|
export FLASK_ENV=development
|
|
flask run \
|
|
-h 0.0.0.0 \
|
|
-p 9991 |