Merge pull request #3360 from jlecordier/patch-1

fix missing closing parenthese
This commit is contained in:
Sebastiaan van Stijn 2021-12-08 19:55:29 +01:00 committed by GitHub
commit e156f9b766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 .