Skip to content

Commit

Permalink
added build
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Dec 17, 2024
1 parent 84f4dbe commit 0ce922a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.22.0.1
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ FROM quay.io/keycloak/keycloak:22.0.1
WORKDIR /opt/keycloak
COPY --from=builder /opt/keycloak/ /opt/keycloak/
COPY --from=druid-builder /opt/keycloak/ /opt/keycloak/
RUN /opt/keycloak/bin/kc.sh build
ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]
#
2 changes: 2 additions & 0 deletions Dockerfile.latest
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ FROM quay.io/keycloak/keycloak:latest
WORKDIR /opt/keycloak
COPY --from=builder /opt/keycloak/ /opt/keycloak/
COPY --from=druid-builder /opt/keycloak/ /opt/keycloak/
RUN /opt/keycloak/bin/kc.sh build
#
ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]
#

0 comments on commit 0ce922a

Please sign in to comment.