mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 22:02:28 +00:00
[jenkins] Switch local ADD to COPY
This commit is contained in:
parent
048beefadc
commit
f03a8f0edc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ RUN apt-get update && \
|
|||
graphviz \
|
||||
&& apt-get clean
|
||||
|
||||
ADD download-and-start.sh /download-and-start
|
||||
COPY download-and-start.sh /download-and-start
|
||||
|
||||
ENV JENKINS_HOME=/data
|
||||
|
||||
|
|
Loading…
Reference in a new issue