From eecd474b1d2d520fcdd2bee1da135540f1fc26a8 Mon Sep 17 00:00:00 2001 From: Sahatsawat Kanpai Date: Mon, 3 Feb 2025 16:16:25 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20documented=20how=20to=20deploy?= =?UTF-8?q?=20the=20theme=20into=20keycloak=20on=20docker=20container?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b2562c3..723158a 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,9 @@ npx keycloakify initialize-account-theme ```bash npx keycloakify initialize-email-theme ``` + +# Deploy the theme into Keycloak on Docker Container +```bash +docker cp ./dist_keycloak/keycloak-theme-for-kc-all-other-versions.jar :/opt/keycloak/providers +# then restart the container +```