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

[pica-etherpad-db] Correct permissions inside the container

parent e1b62dd9
No related branches found
No related tags found
No related merge requests found
Pipeline #59270 passed
FROM mysql:8
COPY config/limit_binary_log.cnf /etc/mysql/conf.d/limit_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
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