From f74d59b790a660317d83af9f3dbf8180e1b67d13 Mon Sep 17 00:00:00 2001 From: Sam Liu Date: Thu, 21 Jul 2016 00:31:01 -0700 Subject: [PATCH] Fix minor mistake in command Should be `docker build` instead of `build` --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 14756f2..12b6ae9 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 …