Update MC Dockerfiel

This commit is contained in:
Steven Conaway
2018-07-04 17:57:18 -07:00
committed by GitHub
parent 4192bea3ab
commit e8b25d20a3

View File

@@ -17,7 +17,7 @@ RUN apk add -U \
RUN pip install mcstatus
HEALTHCHECK CMD mcstatus localhost ping
HEALTHCHECK CMD mcstatus localhost:$SERVER_PORT ping
RUN addgroup -g 1000 minecraft \
&& adduser -Ss /bin/false -u 1000 -G minecraft -h /home/minecraft minecraft \