Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aynsix committed Jan 14, 2025
1 parent 2984ed3 commit 91cd9da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/docker/keycloak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN /opt/keycloak/bin/kc.sh build \
COPY themes/phrasea /opt/keycloak/themes/phrasea

RUN sed -i "s;dashboard_url;${DASHBOARD_CLIENT_URL};g" /opt/keycloak/themes/phrasea/email/html/password-reset.ftl

RUN sed -i "s;dashboard_url;${DASHBOARD_CLIENT_URL};g" /opt/keycloak/themes/phrasea/email/text/password-reset.ftl

FROM quay.io/keycloak/keycloak:25.0.2 AS keycloak
Expand Down

0 comments on commit 91cd9da

Please sign in to comment.