Fix minor mistake in command
Should be `docker build` instead of `build`
This commit is contained in:
parent
e98461538c
commit
f74d59b790
|
@ -135,7 +135,7 @@ heroku open
|
|||
You can build and run the server locally using Docker. First build an image:
|
||||
|
||||
```console
|
||||
$ build -t shields ./
|
||||
$ docker build -t shields ./
|
||||
Sending build context to Docker daemon 3.923 MB
|
||||
Step 0 : FROM node:0.12.7-onbuild
|
||||
…
|
||||
|
|
Loading…
Reference in New Issue
Block a user