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.

13 lines
191 B
Docker

5 years ago
FROM adoptopenjdk/openjdk11-openj9:jre-11.0.3_7_openj9-0.14.3
7 years ago
MAINTAINER EstiNet
6 years ago
EXPOSE 19005 25565
7 years ago
COPY . /usr/src/server
WORKDIR /usr/src/server
RUN mkdir /data
CMD exec ./esticonsole