Update Dockerfile

This commit is contained in:
2019-04-24 18:46:29 +02:00
committed by GitHub
parent 30cd360497
commit 8010e54562

View File

@@ -29,6 +29,8 @@ RUN ulimit -n 2048
ADD /scripts/ /opt/scripts/
RUN chmod -R 770 /opt/scripts/
RUN chmod -R 770 ~/.local/share/
RUN chown -R steam ~/.local/share/
RUN chown -R steam /opt/scripts
USER steam