added missing closing parenthese

Signed-off-by: jlecordier <jeanlecordier@hotmail.fr>
This commit is contained in:
jlecordier 2021-12-08 18:02:45 +01:00
parent 3fb4fb83df
commit a185143707
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ instructions.
Whenever possible, Docker uses a build-cache to accelerate the `docker build` Whenever possible, Docker uses a build-cache to accelerate the `docker build`
process significantly. This is indicated by the `CACHED` message in the console 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 ```console
$ docker build -t svendowideit/ambassador . $ docker build -t svendowideit/ambassador .