mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-28 03:46:26 +00:00
13 lines
205 B
Docker
13 lines
205 B
Docker
FROM java:openjdk-8u72-jdk
|
|
|
|
MAINTAINER itzg
|
|
|
|
ADD download-and-start.sh /download-and-start
|
|
|
|
ENV JENKINS_HOME=/data
|
|
|
|
VOLUME ["/data", "/root", "/opt/jenkins"]
|
|
EXPOSE 8080 38252
|
|
|
|
CMD ["/download-and-start"]
|