Update Dockerfile

This commit is contained in:
Stefan Pejcic
2024-08-31 09:54:55 +02:00
committed by GitHub
parent 045d8c7f00
commit 7774a3e9ef

View File

@@ -62,7 +62,7 @@ COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
COPY mysql/mysqld.cnf /etc/mysql/mysql.conf.d/
RUN chown mysql:mysql -R /var/lib/mysql
RUN usermod -d /var/lib/mysql mysql
RUN chmod a+rwx /run/mysqld
RUN mkdir /run/mysqld && chmod a+rwx /run/mysqld