Skip to content

Commit 2b3e441

Browse files
committed
Rename script to docker-entrypoint.sh
1 parent e02f3d8 commit 2b3e441

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

ubuntu1404/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ RUN apt-get update -y && \
4848

4949
ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64
5050

51-
COPY builder.sh /usr/local/bin/builder.sh
52-
5351
VOLUME /mnt/build
5452
WORKDIR /mnt/build
5553

56-
ENTRYPOINT ["builder.sh"]
54+
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
55+
ENTRYPOINT ["docker-entrypoint.sh"]

ubuntu1604/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ RUN apt-get update -y && \
4343

4444
ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64
4545

46-
COPY builder.sh /usr/local/bin/builder.sh
47-
4846
VOLUME /mnt/build
4947
WORKDIR /mnt/build
5048

51-
ENTRYPOINT ["builder.sh"]
49+
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
50+
ENTRYPOINT ["docker-entrypoint.sh"]

0 commit comments

Comments
 (0)