This is a code that comes along with great tutorial
- Checkout
Dockerfile
. It is created by following this tutorial. - I have changed it to accomodate latest version of ununtu and
python3
- To build docker image
docker build -t todo-flask:latest .
- To run the docker container
docker run -it -p 5000:8888 todo-flask