„Dockerfile“ ändern

This commit is contained in:
2019-05-30 10:58:48 +02:00
parent 7fe2ebb320
commit aba89662d6

View File

@@ -27,6 +27,9 @@ RUN mkdir -p $DATA_DIR/".local/share/Arma 3" && mkdir -p $DATA_DIR/".local/share
RUN ulimit -n 2048
RUN mysqld \
echo "CREATE USER IF NOT EXISTS 'steam'@'%' IDENTIFIED BY 'exile';" | mysql -u root mysql
ADD /scripts/ /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"