diff --git a/docs/guides/server/containers.adoc b/docs/guides/server/containers.adoc index 7ccedae234..e5f15b7684 100644 --- a/docs/guides/server/containers.adoc +++ b/docs/guides/server/containers.adoc @@ -59,7 +59,7 @@ To install custom providers, you just need to define a step to include the JAR f [source, dockerfile] ---- # A example build step that downloads a JAR file from a URL and adds it to the providers directory -ADD /opt/keycloak/providers/myprovider.jar +ADD --chown=keycloak:keycloak /opt/keycloak/providers/myprovider.jar ---- === Installing additional RPM packages