* also moved EULA check before download to fail-fast

This commit is contained in:
Geoff Bourne
2015-01-01 16:01:15 +00:00
parent 44c0eee0f9
commit 7e847829ee
3 changed files with 47 additions and 45 deletions
-1
View File
@@ -13,7 +13,6 @@ RUN useradd -M -s /bin/false minecraft \
EXPOSE 25565
ADD start.sh /start
ADD start-minecraft.sh /start-minecraft
USER minecraft