added papermc, waterfall and a small script update

This commit is contained in:
2021-09-16 17:17:37 +02:00
parent 0f353654eb
commit cf22784b17
5 changed files with 86 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
FROM openjdk:16-slim
ENV MC_VERSION="latest" \
PAPER_BUILD="latest" \
MC_RAM="4G" \
JAVA_OPTS=""
ADD papermc.sh .
RUN apt-get update \
&& apt-get install -y wget \
&& apt-get install -y jq \
&& mkdir /papermc
CMD ["sh", "./papermc.sh"]
EXPOSE 25565
VOLUME /papermc