build with enabled metrics

This commit is contained in:
Sebastian Hugentobler 2023-04-08 12:31:35 +02:00
parent 5b628f8379
commit b35171735f
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -21,7 +21,7 @@ RUN apk add --no-cache \
COPY --from=builder --chown=keycloak:keycloak /keycloak /home/keycloak/server COPY --from=builder --chown=keycloak:keycloak /keycloak /home/keycloak/server
RUN /home/keycloak/server/bin/kc.sh build --db postgres RUN /home/keycloak/server/bin/kc.sh build --db postgres --metrics-enabled true
RUN chown -R keycloak:keycloak /home/keycloak RUN chown -R keycloak:keycloak /home/keycloak
ADD /rootfs / ADD /rootfs /