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
commit c324403f95
1 changed files with 1 additions and 1 deletions

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