Skip to content
Snippets Groups Projects
Verified Commit ce3bf5f2 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Initial Commit

parents
Branches
No related tags found
No related merge requests found
Pipeline #341 failed
FROM java:8-jre-alpine
RUN adduser -h /minecraft minecraft -D -s /bin/bash
ADD http://mcmyadmin.com/Downloads/MCMA2_glibc26_2.zip /tmp/
ADD http://mcmyadmin.com/Downloads/etc.zip /tmp/
RUN unzip -q /tmp/etc.zip -d /usr/local && \
unzip -q /tmp/MCMA2_glibc26_2.zip -d /opt/mcmyadmin2 && \
rm -rf /tmp/*
VOLUME /minecraft
USER minecraft
EXPOSE 8080
EXPOSE 25565
WORKDIR /minecraft
ENTRYPOINT ["/opt/mcmyadmin/MCMA2_Linux_x86_64"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment