Skip to content
Snippets Groups Projects
Verified Commit 65991d54 authored by Hugo's avatar Hugo
Browse files

dev: add copy-upstreal-theme script

parent cc1807cf
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -x
dir=/opt/keycloak/lib/lib/main
file=$(docker compose exec keycloak ls $dir | grep org.keycloak.keycloak-themes)
docker compose cp keycloak:$dir/$file ./
unzip $file -d .tmp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment