mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-20 22:11:05 -06:00
6 lines
130 B
Plaintext
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
|