First, you need to clone the project here into the flask directory
Second, go to the root of the project and then run
sudo docker compose up --build -d --scale flask=2
Third, go to http://localhost/
Just run
sudo docker compose down
Thanks to MaxineXiong for making the original version of the flask project. You can see the original version of it here