From 686d14ddeb94fe0d53aacd70a7d985a790895a52 Mon Sep 17 00:00:00 2001 From: Allan Nava Date: Tue, 7 May 2024 16:14:09 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 600c632..2d3670d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM quay.io/keycloak/keycloak:22.0.1 as builder #ENV KC_HEALTH_ENABLED=true ENV KC_FEATURES=token-exchange +ENV KC_METRICS_ENABLED=true #ENV KC_HTTP_RELATIVE_PATH="/auth" # Install custom providers @@ -17,4 +18,4 @@ FROM quay.io/keycloak/keycloak:22.0.1 COPY --from=builder /opt/keycloak/ /opt/keycloak/ WORKDIR /opt/keycloak -ENTRYPOINT ["/opt/keycloak/bin/kc.sh"] \ No newline at end of file +ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]