From 2429d18d78cc48a79658baa6e89e540fe12659c9 Mon Sep 17 00:00:00 2001 From: YO!CHI KIKUCHI Date: Mon, 27 Feb 2023 11:57:39 +0900 Subject: [PATCH] Update containers.adoc #17301 --- docs/guides/src/main/server/containers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/src/main/server/containers.adoc b/docs/guides/src/main/server/containers.adoc index 1b23adc49e..c5d656facf 100644 --- a/docs/guides/src/main/server/containers.adoc +++ b/docs/guides/src/main/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 -RUN curl -sL -o /opt/keycloak/providers/myprovider.jar +ADD /opt/keycloak/providers/myprovider.jar ---- === Building the docker image