Fix container docs for adding a custom provider
This commit is contained in:
parent
0b2802fa18
commit
6ad3005717
1 changed files with 1 additions and 1 deletions
|
@ -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 <MY_PROVIDER_JAR_URL> /opt/keycloak/providers/myprovider.jar
|
||||
ADD --chown=keycloak:keycloak <MY_PROVIDER_JAR_URL> /opt/keycloak/providers/myprovider.jar
|
||||
----
|
||||
|
||||
=== Installing additional RPM packages
|
||||
|
|
Loading…
Reference in a new issue