mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 22:02:28 +00:00
[jenkins] Move COPY later in build
This commit is contained in:
parent
f03a8f0edc
commit
b26714c9c1
1 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue