4 lines
103 B
Bash
Executable File
4 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# FLASK_ENV=development flask run --port=5000 --debug
|
|
flask run --host=0.0.0.0 --port=5000 |