Creating a Dockerfile
The Dockerfile is a text document that contains a series of instructions to assemble a Docker image. It defines how your application will be packaged, which dependencies it requires, and how it should run. In this step, you will create a Dockerfile to containerize the static website you created in Part 1. This process introduces fundamental Docker conce…



