[mc] Enable graceful shutdown on stop

This commit is contained in:
Geoff Bourne
2018-05-18 15:19:41 -05:00
parent 767fa4962b
commit 35ec677446
2 changed files with 9 additions and 7 deletions
+4 -1
View File
@@ -28,6 +28,9 @@ EXPOSE 25565 25575
ADD https://github.com/itzg/restify/releases/download/1.0.4/restify_linux_amd64 /usr/local/bin/restify
ADD https://github.com/itzg/rcon-cli/releases/download/1.3/rcon-cli_linux_amd64 /usr/local/bin/rcon-cli
ADD https://github.com/itzg/mc-server-runner/releases/download/1.1.0/mc-server-runner_1.1.0_linux_amd64.tar.gz /tmp
RUN tar -x -C /usr/local/bin -f /tmp/mc-server-runner_1.1.0_linux_amd64.tar.gz mc-server-runner && \
rm /tmp/mc-server-runner_1.1.0_linux_amd64.tar.gz
COPY mcadmin.jq /usr/share
RUN chmod +x /usr/local/bin/*
@@ -44,4 +47,4 @@ ENV JVM_XX_OPTS="-XX:+UseG1GC" MEMORY="1G" \
COPY start* /
USER minecraft
USER minecraft