Update containers.adoc #17301
This commit is contained in:
parent
46677f510e
commit
2429d18d78
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
|
||||
RUN curl -sL <MY_PROVIDER_JAR_URL> -o /opt/keycloak/providers/myprovider.jar
|
||||
ADD <MY_PROVIDER_JAR_URL> /opt/keycloak/providers/myprovider.jar
|
||||
----
|
||||
|
||||
=== Building the docker image
|
||||
|
|
Loading…
Reference in a new issue