„Dockerfile“ ändern

This commit is contained in:
2019-05-30 11:50:16 +02:00
parent 678bea0bca
commit f340e61dba

View File

@@ -28,7 +28,7 @@ RUN mkdir -p $DATA_DIR/".local/share/Arma 3" && mkdir -p $DATA_DIR/".local/share
RUN ulimit -n 2048
RUN /etc/init.d/mysql start && \
mysql -u root -e "CREATE USER IF NOT EXISTS 'steam'@'%' IDENTIFIED BY 'exile';;FLUSH PRIVILEGES;"
mysql -u root -e "CREATE USER IF NOT EXISTS 'steam'@'%' IDENTIFIED BY 'exile';FLUSH PRIVILEGES;"
ADD /scripts/ /opt/scripts/
RUN chmod -R 770 /opt/scripts/