Fix wrong path for theme
This commit is contained in:
parent
bc8cd3dec6
commit
024f28b7e1
|
@ -8,7 +8,7 @@ RUN /opt/keycloak/bin/kc.sh build
|
|||
|
||||
FROM quay.io/keycloak/keycloak:${TAG}
|
||||
COPY --from=builder /opt/keycloak/ /opt/keycloak/
|
||||
ADD theme/ /opt/keycloak/theme/
|
||||
ADD themes/ /opt/keycloak/themes/
|
||||
|
||||
# Runtime options to be set in compose directly.
|
||||
|
||||
|
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
Loading…
Reference in a new issue