Merge pull request #5 from justfalter/minecraft-proper-shutdown

Fix minecraft shutdown
This commit is contained in:
Geoff Bourne
2014-11-01 18:40:56 -05:00

View File

@@ -18,7 +18,7 @@ VOLUME ['/data']
ADD server.properties /tmp/server.properties
WORKDIR /data
CMD /start
CMD [ "/start" ]
ENV MOTD A Minecraft Server Powered by Docker
ENV LEVEL world