mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-26 00:24:53 +08:00
Merge pull request #6250 from nextcloud/enh/noid/fix-collabora-permissions
collabora: fix permissions for /etc/coolwsd/coolwsd.xml file
This commit is contained in:
commit
10e9cae12d
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue