[mc] Use ENTRYPOINT and pass through extra args

Enables experimenting for #80
This commit is contained in:
Geoff Bourne
2016-05-28 20:58:36 -05:00
parent dd5a21067b
commit 0defd266a6
4 changed files with 6 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ VOLUME ["/plugins"]
COPY server.properties /tmp/server.properties
WORKDIR /data
CMD [ "/start" ]
ENTRYPOINT [ "/start" ]
# Special marker ENV used by MCCY management tool
ENV MC_IMAGE=YES