From 09c5d0ceec3db992a27a823a80f0b652b854737e Mon Sep 17 00:00:00 2001 From: Ekwinder Saini Date: Thu, 7 Feb 2019 13:05:36 +0530 Subject: [PATCH] Update part2.md Specified where to create an empty directory while adding the Dockerfile. --- get-started/part2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/part2.md b/get-started/part2.md index 7cf2b77df9..cf0407ebf3 100644 --- a/get-started/part2.md +++ b/get-started/part2.md @@ -54,7 +54,7 @@ after doing that, you can expect that the build of your app defined in this ### `Dockerfile` -Create an empty directory. Change directories (`cd`) into the new directory, +Create an empty directory on your local machine. Change directories (`cd`) into the new directory, create a file called `Dockerfile`, copy-and-paste the following content into that file, and save it. Take note of the comments that explain each statement in your new Dockerfile.