mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-18 20:45:57 +00:00
[jenkins] Switch local ADD to COPY
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user