Browse code

Fix typo in build documentation

Signed-off-by: Luca Favatella <luca.favatella@erlang-solutions.com>

Luca Favatella authored on 2016/10/18 00:38:35
Showing 1 changed files
... ...
@@ -98,6 +98,7 @@ or pipe the file in via `STDIN`. To pipe a Dockerfile from `STDIN`:
98 98
 
99 99
 ```bash
100 100
 $ docker build http://server/context.tar.gz
101
+```
101 102
 
102 103
 The download operation will be performed on the host the Docker daemon is
103 104
 running on, which is not necessarily the same host from which the build command