mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-24 10:06:23 +00:00
[jenkins] Working around hub build issue
This commit is contained in:
@@ -12,6 +12,6 @@ ENV JENKINS_HOME=/data
|
||||
VOLUME ["/data", "/root", "/opt/jenkins"]
|
||||
EXPOSE 8080 38252
|
||||
|
||||
COPY download-and-start.sh /download-and-start
|
||||
COPY download-and-start.sh /opt/download-and-start
|
||||
|
||||
CMD ["/download-and-start"]
|
||||
CMD ["/opt/download-and-start"]
|
||||
|
||||
Reference in New Issue
Block a user