diff --git a/slides/intro/Copying_Files_During_Build.md b/slides/intro/Copying_Files_During_Build.md index 6348cdc1..4bf5ffe8 100644 --- a/slides/intro/Copying_Files_During_Build.md +++ b/slides/intro/Copying_Files_During_Build.md @@ -93,7 +93,7 @@ Success! * Older Dockerfiles also have the `ADD` instruction.
It is similar but can automatically extract archives. -* If we really wanted to compile C code in a compiler, we would: +* If we really wanted to compile C code in a container, we would: * Place it in a different directory, with the `WORKDIR` instruction.