From 7ea740f6474ec5f8ee4efadaf2cfdb53bee2fb8b Mon Sep 17 00:00:00 2001 From: Rich Lafferty Date: Sat, 10 Mar 2018 15:09:32 -0500 Subject: [PATCH] Fix typo: compiler -> container --- slides/intro/Copying_Files_During_Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.