Keycloak with a custom theme
All checks were successful
ci/woodpecker/push/keycloak Pipeline was successful

This commit is contained in:
chris 2024-07-27 01:18:52 +02:00
commit edcb2d2824
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
4 changed files with 12 additions and 0 deletions

View file

@ -8,6 +8,7 @@ RUN /opt/keycloak/bin/kc.sh build
FROM quay.io/keycloak/keycloak:${TAG}
COPY --from=builder /opt/keycloak/ /opt/keycloak/
ADD theme/ /opt/keycloak/theme/
# Runtime options to be set in compose directly.