Update containers.adoc #17301

This commit is contained in:
YO!CHI KIKUCHI 2023-02-27 11:57:39 +09:00 committed by Václav Muzikář
parent 46677f510e
commit 2429d18d78
1 changed files with 1 additions and 1 deletions

View File

@ -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