From e1767c1c3d2af5185a0853904f028ebe6e5e00c6 Mon Sep 17 00:00:00 2001 From: Ankur Date: Tue, 15 Mar 2022 13:37:12 +1100 Subject: [PATCH] Update Challenge3.md Fixed some typos --- Challenges/Challenge3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Challenges/Challenge3.md b/Challenges/Challenge3.md index 8953633..4127414 100644 --- a/Challenges/Challenge3.md +++ b/Challenges/Challenge3.md @@ -1,5 +1,5 @@ # Moving the customizations from postCreateCommand to the local Dockerfile -Once we have validated the code in the bash script, the next step is to move the changes to the local Dockerfile. This brings us back to the tip from solution1: +Once we have validated the code in the bash script, the next step is to move the changes to the local Dockerfile. This brings us back to the tip from solution 1: ## (from solution 1) From the Field We never just have an image pointer in devcontainer.json like below: @@ -9,7 +9,7 @@ We never just have an image pointer in devcontainer.json like below: } ``` -Even if we are just using the base image, we have a Dockerfile with a FROM and point to the image. Below is a simplified equivelant to the above, using a Dockerfile: +Even if we are just using the base image, we have a Dockerfile with a FROM and point to the image. Below is a simplified equivalent to the above, using a Dockerfile: ```json { "build": {