build with enabled metrics

This commit is contained in:
Sebastian Hugentobler 2023-04-08 12:37:09 +02:00
parent af863edfa6
commit e492e9777d
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
2 changed files with 1 additions and 2 deletions

View file

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