File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,9 +48,8 @@ RUN apt-get update -y && \
4848
4949ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64
5050
51- COPY builder.sh /usr/local/bin/builder.sh
52-
5351VOLUME /mnt/build
5452WORKDIR /mnt/build
5553
56- ENTRYPOINT ["builder.sh" ]
54+ COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
55+ ENTRYPOINT ["docker-entrypoint.sh" ]
File renamed without changes.
Original file line number Diff line number Diff line change @@ -43,9 +43,8 @@ RUN apt-get update -y && \
4343
4444ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64
4545
46- COPY builder.sh /usr/local/bin/builder.sh
47-
4846VOLUME /mnt/build
4947WORKDIR /mnt/build
5048
51- ENTRYPOINT ["builder.sh" ]
49+ COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
50+ ENTRYPOINT ["docker-entrypoint.sh" ]
File renamed without changes.
You can’t perform that action at this time.
0 commit comments