To access the Flask app from docker container
Step #1
export FLASK_APP=execute.py
Step #2
echo $FLASK_APP
Step #3
flask run --host=0.0.0.0
To access the Flask app from docker container
Step #1
export FLASK_APP=execute.py
Step #2
echo $FLASK_APP
Step #3
flask run --host=0.0.0.0
For further actions, you may consider blocking this person and/or reporting abuse
Jonas Scholz -
David Alsh -
J Fowler -
Ethan Lee -
Top comments (0)