mirror of https://github.com/docker/docs.git
Update part2.md
Specified where to create an empty directory while adding the Dockerfile.
This commit is contained in:
parent
b853c7c290
commit
09c5d0ceec
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue