From 02c47a892c973e4816db5fed5739e0c609641869 Mon Sep 17 00:00:00 2001
From: Quentin Duchemin <quentinduchemin@tuta.io>
Date: Thu, 30 Apr 2020 22:10:44 +0200
Subject: [PATCH] [EtherpadDB] Forgot to fix permissions of new config file

---
 pica-etherpad-db/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pica-etherpad-db/Dockerfile b/pica-etherpad-db/Dockerfile
index 40f99a97..f0cd6ca6 100644
--- a/pica-etherpad-db/Dockerfile
+++ b/pica-etherpad-db/Dockerfile
@@ -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:
-- 
GitLab