[jenkins] Switch local ADD to COPY

This commit is contained in:
Geoff Bourne 2016-10-23 09:29:46 -05:00
parent 048beefadc
commit f03a8f0edc

View file

@ -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