This repository contains the code for the following Medium blogs:
Assuming docker is running on your machine and you have a docker account, do the following:
- Build the image
docker build -t <USERNAME>/<YOUR_IMAGE_NAME> .
- Run the image
docker run -p 5000:5000 <USERNAME>/<YOUR_IMAGE_NAME>
- Open your browser and go to
http://localhost:5000/