Update Dockerfile

This commit is contained in:
2019-04-28 14:43:43 +02:00
committed by GitHub
parent ccdb6c93b1
commit 1c67db4618

View File

@@ -29,8 +29,8 @@ RUN ulimit -n 2048
ADD /scripts/ /opt/scripts/
RUN chmod -R 770 /opt/scripts/
RUN chmod -R 770 ~/".local/share/Arma 3" && chmod -R 770 ~/".local/share/Arma 3 - Other Profiles"
RUN chown -R steam /opt/scripts
RUN chmod -R 770 $DATA_DIR/".local/share/Arma 3" && chmod -R 770 $DATA_DIR/".local/share/Arma 3 - Other Profiles"
RUN chown -R steam /opt/scripts && chown -R steam $DATA_DIR/.local
USER steam