Use COPY instead of ADD.

develop
Icedream 2017-02-14 14:22:07 +01:00
parent d951828a62
commit 822401becb
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ ADD "${WATERFALL_URL}" /srv/waterfall.jar
RUN cd /srv &&\
chmod 444 /srv/waterfall.jar
ADD start.sh /usr/local/bin/waterfall
COPY start.sh /usr/local/bin/waterfall
RUN chmod +x /usr/local/bin/waterfall
ENV JAVA_ARGS "-Xmx1G"