Files
keycloak/operator/app/scripts/Dockerfile-custom-image
2022-05-26 12:07:03 -03:00

6 lines
130 B
Plaintext

ARG IMAGE=keycloak
ARG VERSION=latest
FROM $IMAGE:$VERSION
RUN /opt/keycloak/bin/kc.sh build --db=postgres --health-enabled=true