mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-03 20:39:33 -05:00
5 lines
180 B
Text
5 lines
180 B
Text
ARG IMAGE=keycloak
|
|
ARG VERSION=latest
|
|
FROM $IMAGE:$VERSION
|
|
|
|
RUN /opt/keycloak/bin/kc.sh build --db=postgres --health-enabled=true --metrics-enabled=true --features=rolling-updates
|