Skip to content
Snippets Groups Projects
Verified Commit 02c47a89 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[EtherpadDB] Forgot to fix permissions of new config file

parent 8f1056fa
No related merge requests found
Pipeline #60606 passed
......@@ -7,6 +7,7 @@ COPY config/myisam_perf.cnf /etc/mysql/conf.d/myisam_perf.cnf
# 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/binary_log.cnf
RUN chmod 644 /etc/mysql/conf.d/myisam_perf.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