Glossary infra Term Page
COPY
copies local files from the build context into the image
Core Idea
COPY is copies local files from the build context into the image. It usually makes the most sense alongside Build context, docker build, and Image.
Why It Matters Here
Mathbong reuses this term across docker posts as shared vocabulary.