Write a Dockerfile for this flask app.
Write a Dockerfile to run this app in a docker container.
- Python 3.6+ is required.
- Packages from
requirements.txtmust be installed into the python environment. - The app itself can be started as
python hello/app.py
The app must be accessible from localhost on port 5000
(http://localhost:5000/hello/<name> must return Hello <name>).
Replace this part with list of docker commands do build and run the container with the app.