2024-07-08 14:15:34 +08:00

4 lines
92 B
Bash

#!/bin/bash
FLASK_APP=main.py FLASK_ENV=development flask run \
-h 0.0.0.0 \
-p 9992