enable declarative user profiles
https://www.keycloak.org/docs/latest/server_admin/#user-profile
This commit is contained in:
parent
a01a6ea7bf
commit
63b61717f0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
ARG KEYCLOAK_VERSION
|
||||
FROM quay.io/keycloak/keycloak:${KEYCLOAK_VERSION} as builder
|
||||
|
||||
RUN /opt/keycloak/bin/kc.sh build --features-disabled=impersonation --db=postgres
|
||||
RUN /opt/keycloak/bin/kc.sh build --features-disabled=impersonation --db=postgres --features=declarative-user-profile
|
||||
|
||||
FROM quay.io/keycloak/keycloak:${KEYCLOAK_VERSION}
|
||||
WORKDIR /opt/keycloak
|
||||
|
|
Loading…
Add table
Reference in a new issue