Skip to content
Snippets Groups Projects
Commit 0a6de2e0 authored by Andres Maldonado's avatar Andres Maldonado
Browse files

[pica-etherpad-db] Fix error in Dockerfile

parent c85d459b
No related branches found
No related tags found
No related merge requests found
Pipeline #59363 failed
......@@ -5,7 +5,7 @@ COPY config/binary_log.cnf /etc/mysql/conf.d/binary_log.cnf
# By default, COPY uses permissions `-rw-rw-rw-` for the file inside
# the container. But mysql refuses to use config files that are world-
# writable, so we have to change those permissions:
RUN chmod 644 /etc/mysql/conf.d/limit_binary_log.cnf
RUN chmod 644 /etc/mysql/conf.d/binary_log.cnf
# Remove unnecessary tools
# This removes the following packages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment