Browse Source

Update dockerfile

master
ViViV_ 7 years ago
committed by GitHub
parent
commit
23862c0a62
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      dockerfile

6
dockerfile

@ -9,11 +9,13 @@ RUN apk add --update --no-cache curl ca-certificates openssl git tar bas
&& adduser -D -h /home/container container
ADD . /home/container/
USER container
ENV USER=container HOME=/home/container
USER root
ENV USER=root HOME=/home/container
WORKDIR /home/container
VOLUME /data/mindustry
COPY ./entrypoint.sh /entrypoint.sh
CMD ["/bin/bash", "/entrypoint.sh"]
Loading…
Cancel
Save