Jelajahi Sumber

Merge pull request #27452 from lucafavatella/fix-typo-in-build-ref

Fix typo in build documentation
Sebastiaan van Stijn 8 tahun lalu
induk
melakukan
92e2a62891
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      docs/reference/commandline/build.md

+ 1 - 0
docs/reference/commandline/build.md

@@ -98,6 +98,7 @@ or pipe the file in via `STDIN`. To pipe a Dockerfile from `STDIN`:
 
 
 ```bash
 ```bash
 $ docker build http://server/context.tar.gz
 $ docker build http://server/context.tar.gz
+```
 
 
 The download operation will be performed on the host the Docker daemon is
 The download operation will be performed on the host the Docker daemon is
 running on, which is not necessarily the same host from which the build command
 running on, which is not necessarily the same host from which the build command