To build your Docker image, Open your terminal/windows power shell, navigate to the ##directory containing Dockerfile and run the commands below
docker build -t yale-app .
docker run -p 5000:5000 -t -i yale-app:latest
Please check below some photos of this web app implemeted in Flask