Added shim for mcstatus

For #426
This commit is contained in:
Geoff Bourne
2020-01-27 07:16:22 -06:00
parent 9560903c80
commit 8afb1651fd
2 changed files with 20 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@ ARG MC_RUN_VER=1.3.3
RUN easy-add --file mc-server-runner --from https://github.com/itzg/mc-server-runner/releases/download/${MC_RUN_VER}/mc-server-runner_${MC_RUN_VER}_linux_${ARCH}.tar.gz
COPY mcadmin.jq /usr/share
COPY mcstatus /usr/local/bin
VOLUME ["/data","/mods","/config"]
COPY server.properties /tmp/server.properties