Process Flow - COPY instruction for adding files
Start Dockerfile
Read COPY instruction
Locate source files on host
Copy files into image at destination
Continue building image
Image ready with copied files
The Dockerfile COPY instruction reads source files from your computer and copies them into the image at the specified destination path.