Update part2.md

Specified where to create an empty directory while adding the Dockerfile.
This commit is contained in:
Ekwinder Saini 2019-02-07 13:05:36 +05:30 committed by GitHub
parent b853c7c290
commit 09c5d0ceec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.