Merge pull request #355 from mahata/patch-1

Fix typo
This commit is contained in:
johndmulhausen
2016-04-11 12:57:56 -07:00
+1 -1
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