Merge pull request #3360 from jlecordier/patch-1

fix missing closing parenthese
Upstream-commit: e156f9b76639e0577f95f9ec12eb6d4e040d984e
Component: cli
This commit is contained in:
Sebastiaan van Stijn 2021-12-08 19:55:29 +01:00 коммит произвёл GitHub
Родитель 77a6f3d21b 61d143f329
Коммит 9074c5310c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -112,7 +112,7 @@ instructions.
Whenever possible, Docker uses a build-cache to accelerate the `docker build`
process significantly. This is indicated by the `CACHED` message in the console
output. (For more information, see the [`Dockerfile` best practices guide](https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/):
output. (For more information, see the [`Dockerfile` best practices guide](https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/)):
```console
$ docker build -t svendowideit/ambassador .