Merge pull request #18680 from julianharty/patch-1

Update multi-stage.md
This commit is contained in:
David Karlsson 2023-11-15 13:17:07 +01:00 committed by GitHub
commit ef753cefff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ And now you can build the client and server programs as separate Docker images
```console
$ docker build --tag=buildme-client --target=client .
$ docker build --tag=buildme-server --target=server .
$ docker images buildme
$ docker images "buildme*"
REPOSITORY TAG IMAGE ID CREATED SIZE
buildme-client latest 659105f8e6d7 20 seconds ago 4.25MB
buildme-server latest 666d492d9f13 5 seconds ago 4.2MB