4 lines
92 B
Bash
4 lines
92 B
Bash
#!/bin/bash
|
|
FLASK_APP=main.py FLASK_ENV=development flask run \
|
|
-h 0.0.0.0 \
|
|
-p 9992 |