[minecraft-server] Issue #9: Added back the /start file in the image

This commit is contained in:
Geoff Bourne
2015-01-01 23:47:12 +00:00
parent 7e847829ee
commit 052f80d849

View File

@@ -13,6 +13,7 @@ RUN useradd -M -s /bin/false minecraft \
EXPOSE 25565
ADD start.sh /start
ADD start-minecraft.sh /start-minecraft
USER minecraft