Skip to content

Commit

Permalink
Merge pull request #10 from ladesa-ro/main
Browse files Browse the repository at this point in the history
enable health routes
  • Loading branch information
guesant authored Jun 23, 2024
2 parents cfdbf56 + 8a0c84a commit 9e48a84
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 @@ -4,7 +4,7 @@ ENV KC_METRICS_ENABLED=false
ENV KC_FEATURES=docker,token-exchange,recovery-codes
ENV KC_DB=postgres
ENV KEYCLOAK_EXTRA_ARGS=-Dkeycloak.profile.feature.scripts=enabled
RUN /opt/keycloak/bin/kc.sh build
RUN /opt/keycloak/bin/kc.sh build --health-enabled=true

FROM quay.io/keycloak/keycloak:25.0
COPY --from=builder /opt/keycloak/ /opt/keycloak/
Expand Down

0 comments on commit 9e48a84

Please sign in to comment.