fix docker command

This commit is contained in:
Andrew Spyker 2016-07-09 19:54:27 -07:00
parent e98461538c
commit 8754cdc7e3

View File

@ -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