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.