„Dockerfile“ ändern
This commit is contained in:
@@ -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/
|
||||
|
Reference in New Issue
Block a user