Fixed few typos and englishify getting-started-guides

This commit is contained in:
Jedrzej Nowak
2016-09-06 12:35:55 +02:00
parent 6b61d2ba0b
commit bbb9854574
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ RUN npm install
CMD ["node", "app.js"]
```
A `Dockerfile` is pretty self explanatory, and this one is dead simple.
A `Dockerfile` is pretty self-explanatory, and this one is dead simple.
First, it uses the official Node.js LTS image as the base image.