Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Rajanna authored Sep 10, 2024
1 parent 5c1ecc1 commit ca25188
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
#

ARG DOCKER_REGISTRY
FROM ${DOCKER_REGISTRY:+$DOCKER_REGISTRY/}openjdk:11-jdk
ARG JAVA_TYPE
FROM ${DOCKER_REGISTRY:+$DOCKER_REGISTRY/}${JAVA_TYPE:+$JAVA_TYPE}:11-jdk
RUN mkdir /zu
COPY zu /zu
WORKDIR /zu
Expand Down

0 comments on commit ca25188

Please sign in to comment.