Merge pull request #1339 from nextcloud/enh/noid/improve-logging

improve logging situation
This commit is contained in:
Simon L 2022-10-31 15:14:00 +01:00 committed by GitHub
commit bdfb238683
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 7 deletions

View file

@ -52,7 +52,7 @@ RUN set -e && \
cd ..; \
rm -f /usr/local/bin/composer; \
chmod 770 -R ./; \
chown www-data:www-data -R ./; \
chown www-data:www-data -R /var/www; \
rm -r ./php/data; \
rm -r ./php/session