Skip to content

Commit

Permalink
Don't require oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Dec 18, 2024
1 parent fcc02c9 commit 5c1e2fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ FROM ${RUN_IMAGE} as runner
ENV KC_HOME=/opt/keycloak
ENV KC_HEALTH_ENABLED=true
ENV KC_METRICS_ENABLED=true
ENV KC_DB=oracle

USER root

COPY --from=builder /mnt/rootfs /

RUN ${KC_HOME}/bin/kc.sh build
#RUN ${KC_HOME}/bin/kc.sh build

RUN mkdir /container-entrypoint-initdb.d \
&& chown -R keycloak:keycloak ${KC_HOME}
Expand Down

0 comments on commit 5c1e2fc

Please sign in to comment.