„Dockerfile“ ändern

This commit is contained in:
2019-05-30 11:49:26 +02:00
parent 7ae0203bf1
commit 678bea0bca

View File

@@ -27,8 +27,8 @@ 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 /etc/init.d/mysql start && \
echo "CREATE USER IF NOT EXISTS 'steam'@'%' IDENTIFIED BY 'exile';" | mysql -u root mysql -u root -e "CREATE USER IF NOT EXISTS 'steam'@'%' IDENTIFIED BY 'exile';;FLUSH PRIVILEGES;"
ADD /scripts/ /opt/scripts/ ADD /scripts/ /opt/scripts/
RUN chmod -R 770 /opt/scripts/ RUN chmod -R 770 /opt/scripts/