4 lines
82 B
Bash
4 lines
82 B
Bash
FLASK_APP=main.py
|
|
FLASK_ENV=development
|
|
FLASK_RUN_PORT=8080
|
|
FLASK_RUN_HOST=0.0.0.0 |