Typo fix in README

This commit is contained in:
Vadim Peretokin
2022-01-03 14:00:34 +01:00
committed by GitHub
parent 8568132896
commit 22e0e1e4bf

View File

@@ -368,7 +368,7 @@ using the `gcr.io/distroless/java-debian10:11` base image:
docker build --target=release-distroless -t hapi-fhir:distroless . docker build --target=release-distroless -t hapi-fhir:distroless .
``` ```
Note that distroless images are also automatically build and pushed to the container registry, Note that distroless images are also automatically built and pushed to the container registry,
see the `-distroless` suffix in the image tags. see the `-distroless` suffix in the image tags.
## Adding custom operations ## Adding custom operations