mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-25 10:36:24 +00:00
12 lines
179 B
Docker
12 lines
179 B
Docker
FROM java:openjdk-8u72-jdk
|
|
|
|
MAINTAINER itzg
|
|
|
|
ADD download-and-start.sh /download-and-start
|
|
|
|
ENV JENKINS_HOME /data
|
|
VOLUME ["/data"]
|
|
EXPOSE 8080 38252
|
|
|
|
CMD ["/download-and-start"]
|