Skip to content

Commit

Permalink
initialize creation keycloak theme
Browse files Browse the repository at this point in the history
  • Loading branch information
aynsix committed Dec 11, 2023
1 parent 22bed63 commit c4d3830
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infra/docker/keycloak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ COPY --from=spi-builder /app/jq-idp-mapper/target/jq-idp-mapper-jar-with-depende

RUN /opt/keycloak/bin/kc.sh build

RUN mkdir /opt/keycloak/themes/phrasea
COPY themes/phrasea /opt/keycloak/themes/phrasea


FROM quay.io/keycloak/keycloak:22.0.1 as keycloak

Expand Down
2 changes: 2 additions & 0 deletions infra/docker/keycloak/themes/phrasea/email/theme.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
parent=base
import=common/keycloak
2 changes: 2 additions & 0 deletions infra/docker/keycloak/themes/phrasea/login/theme.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
parent=base
import=common/keycloak

0 comments on commit c4d3830

Please sign in to comment.