UNCLASSIFIED

Commit 7e7fd68f authored by Joshua Eason's avatar Joshua Eason
Browse files

Removing extra comments

parent 3617f59e
Pipeline #270406 failed with stages
in 45 minutes and 23 seconds
......@@ -30,7 +30,6 @@ RUN groupadd -r mysql && \
rm -rf /var/lib/mysql && \
mkdir -p /var/lib/mysql /var/run/mysqld && \
chown -R mysql:mysql /var/lib/mysql /var/run/mysqld && \
# chmod 777 /var/run/mysqld && \
mkdir /docker-entrypoint-initdb.d && \
chown mysql:mysql /docker-entrypoint-initdb.d
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment