Keycloak with a custom theme
All checks were successful
ci/woodpecker/push/keycloak Pipeline was successful
All checks were successful
ci/woodpecker/push/keycloak Pipeline was successful
This commit is contained in:
parent
00158d0205
commit
edcb2d2824
4 changed files with 12 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue