mc: handle FTB style start script within CurseForge subdirs

mc: upgrade mc-server-runner to launch start scripts via bash
This commit is contained in:
Geoff Bourne
2018-08-12 17:25:16 -05:00
parent 7005f00df0
commit d9c2f26506
5 changed files with 44 additions and 24 deletions

View File

@@ -28,7 +28,7 @@ EXPOSE 25565 25575
ARG RESTIFY_VER=1.1.4
ARG RCON_CLI_VER=1.4.0
ARG MC_SERVER_RUNNER_VER=1.1.2
ARG MC_SERVER_RUNNER_VER=1.2.0
ARG ARCH=amd64
ADD https://github.com/itzg/restify/releases/download/${RESTIFY_VER}/restify_${RESTIFY_VER}_linux_${ARCH}.tar.gz /tmp/restify.tgz