05 Make Changes

To build a new version, of the container follow the steps

docker build -t web:v2 .
docker run -p 80:80 web:v2