mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-04 13:59:54 -06:00
6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
ARG IMAGE=keycloak
|
|
ARG VERSION=latest
|
|
FROM $IMAGE:$VERSION
|
|
|
|
RUN /opt/keycloak/bin/kc.sh build --db=postgres --health-enabled=true --features=rolling-updates
|