📝 documented how to deploy the theme into keycloak on docker container
This commit is contained in:
parent
931dac3449
commit
eecd474b1d
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user