📝 documented how to deploy the theme into keycloak on docker container

This commit is contained in:
Sahatsawat Kanpai 2025-02-03 16:16:25 +07:00
parent 931dac3449
commit eecd474b1d

View File

@ -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 <container_id>:/opt/keycloak/providers
# then restart the container
```