Merge pull request #223 from SConaway/patch-1

Update MC Dockerfile
This commit is contained in:
Geoff Bourne 2018-07-05 20:45:32 -05:00 committed by GitHub
commit a44d114176
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \