„Dockerfile“ ändern

This commit is contained in:
2019-05-30 11:35:53 +02:00
parent 556f326263
commit 7ae0203bf1

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 ulimit -n 2048
RUN mysqld && \ RUN mysqld && \
echo "CREATE USER IF NOT EXISTS 'steam'@'%' IDENTIFIED BY 'exile';" | mysql -u root mysql echo "CREATE USER IF NOT EXISTS 'steam'@'%' IDENTIFIED BY 'exile';" | mysql -u root
ADD /scripts/ /opt/scripts/ ADD /scripts/ /opt/scripts/
RUN chmod -R 770 /opt/scripts/ RUN chmod -R 770 /opt/scripts/