Update Dockerfile

This commit is contained in:
2019-04-23 11:48:20 +02:00
committed by GitHub
parent 42dab09036
commit 9709cad22d

View File

@@ -27,7 +27,7 @@ RUN chown -R steam $DATA_DIR
RUN ulimit -n 2048 RUN ulimit -n 2048
ADD /scripts/ /opt/scripts/ ADD /scripts/ /opt/scripts/
RUN chmod -R 774 /opt/scripts/ RUN chmod -R 770 /opt/scripts/
RUN chown -R steam /opt/scripts RUN chown -R steam /opt/scripts
USER steam USER steam