You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
285 B
Docker

5 years ago
FROM adoptopenjdk/openjdk11-openj9
7 years ago
MAINTAINER EstiNet
ARG CS_NAME
ENV CS_NAME ${CS_NAME:-Gliders1}
7 years ago
EXPOSE 19005 25565
7 years ago
COPY . /usr/src/server
WORKDIR /usr/src/server
RUN chmod +x init.sh
7 years ago
RUN mkdir /data
RUN mkdir /data/logs
RUN mkdir /data/plugins
CMD ./init.sh && ./esticonsole