[jenkins] Move COPY later in build

This commit is contained in:
Geoff Bourne 2016-10-23 09:36:16 -05:00
parent f03a8f0edc
commit b26714c9c1

View file

@ -7,11 +7,11 @@ RUN apt-get update && \
graphviz \
&& apt-get clean
COPY download-and-start.sh /download-and-start
ENV JENKINS_HOME=/data
VOLUME ["/data", "/root", "/opt/jenkins"]
EXPOSE 8080 38252
COPY download-and-start.sh /download-and-start
CMD ["/download-and-start"]