Name of the directory is "hellonode/", not "helloworld/"
pull/355/head
Yasu 2016-04-09 16:44:30 +09:00
parent 555874e182
commit 12cc4cfa70
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ Now lets package this application in a Docker container.
## Create a Docker container image
Next, create a file, also within `helloworld/` named `Dockerfile`. A Dockerfile describes the image that you want to build. Docker container images can extend from other existing images so for this image, we'll extend from an existing Node image.
Next, create a file, also within `hellonode/` named `Dockerfile`. A Dockerfile describes the image that you want to build. Docker container images can extend from other existing images so for this image, we'll extend from an existing Node image.
#### Dockerfile