Skip to content

Commit

Permalink
changement de la valeur de KC_FEATURES
Browse files Browse the repository at this point in the history
Signed-off-by: Chrispel Simon Francis Tsambou Sonkeng <[email protected]>
  • Loading branch information
chrispelmcn committed Oct 29, 2024
1 parent 3a1e64c commit 402351b
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 --metrics-enabled=true --features=hostname:v2 --http-relative-path=/ --http-management-relative-path=/
RUN /opt/keycloak/bin/kc.sh build --health-enabled=true --metrics-enabled=true --features=token-exchange --http-relative-path=/ --http-management-relative-path=/

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

0 comments on commit 402351b

Please sign in to comment.