Skip to content

Commit

Permalink
Merge pull request #17 from CQEN-QDCE/release/v25-01
Browse files Browse the repository at this point in the history
v25.0.6-02
  • Loading branch information
gagf01 authored Nov 1, 2024
2 parents 1593326 + ca33a4a commit d503518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ COPY --from=providers-builder --chown=1000 providers/2fa-email-authenticator/tar
WORKDIR /opt/keycloak

# Construction du serveur Keycloak avec les configurations et providers précédemment ajoutés
RUN /opt/keycloak/bin/kc.sh build --health-enabled=true
RUN /opt/keycloak/bin/kc.sh build --health-enabled=true --metrics-enabled=true --features=token-exchange

# Étape finale de création de l'image Keycloak
FROM quay.io/keycloak/keycloak:${IMG_VERSION} as keycloak
Expand Down

0 comments on commit d503518

Please sign in to comment.