mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 10:50:10 +00:00
collabora: fix permissions for /etc/coolwsd/coolwsd.xml file
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
@@ -14,7 +14,9 @@ RUN set -ex; \
|
||||
# # tzdata \
|
||||
netcat-openbsd \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*;
|
||||
rm -rf /var/lib/apt/lists/*; \
|
||||
# Fix permissions for coolwsd.xml file. See https://github.com/CollaboraOnline/online/issues/11345
|
||||
chmod +r /etc/coolwsd/coolwsd.xml
|
||||
|
||||
COPY --chmod=775 healthcheck.sh /healthcheck.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user