„Dockerfile“ ändern

This commit is contained in:
2019-05-30 09:40:28 +02:00
parent 8421509f24
commit 54d2287220

View File

@@ -31,7 +31,7 @@ ADD /scripts/ /opt/scripts/
RUN chmod -R 770 /opt/scripts/ RUN chmod -R 770 /opt/scripts/
RUN chmod -R 770 $DATA_DIR/".local/share/Arma 3" && chmod -R 770 $DATA_DIR/".local/share/Arma 3 - Other Profiles" 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 RUN chown -R steam /opt/scripts && chown -R steam $DATA_DIR/.local
RUN chown steam:users /var/lib/mysql RUN chown -R steam:users /var/lib/mysql
RUN chmod -R 770 /var/lib/mysql RUN chmod -R 770 /var/lib/mysql
RUN mkdir /var/run/mysqld RUN mkdir /var/run/mysqld
RUN chown -R steam:users /var/run/mysqld RUN chown -R steam:users /var/run/mysqld