I have a simple flask app that I would run as
FLASK_APP=/root/path/to/myfile/myfile.py flask run --host 127.0.0.0 --port 9090
I would like to cre