Merge pull request #7217 from nextcloud/enh/noid/standardize-ca-config

standardize ca-config
This commit is contained in:
Simon L. 2025-12-11 15:14:43 +01:00 committed by GitHub
commit 3791251f3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 84 additions and 32 deletions

View file

@ -251,6 +251,7 @@ RUN set -ex; \
chmod 777 -R /usr/local/etc/php/conf.d && \
chmod 777 -R /usr/local/etc/php-fpm.d && \
chmod -R 777 /tmp; \
chmod -R 777 /etc/openldap; \
\
mkdir -p /nc-updater; \
chmod -R 777 /nc-updater