Fix wrong path for theme
All checks were successful
ci/woodpecker/push/keycloak Pipeline was successful
ci/woodpecker/cron/keycloak Pipeline was successful

This commit is contained in:
christian 2024-07-27 01:48:44 +02:00
parent bc8cd3dec6
commit 024f28b7e1
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
4 changed files with 1 additions and 1 deletions

View file

@ -8,7 +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/
ADD themes/ /opt/keycloak/themes/
# Runtime options to be set in compose directly.

View file

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB