Merge pull request #2981 from nextcloud/enh/noid/make-tmp-a-tmpfs

nextcloud container - make /tmp a tmpfs
This commit is contained in:
Simon L 2023-07-20 15:54:29 +02:00 committed by GitHub
commit c7363d9ec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -209,6 +209,7 @@ RUN set -ex; \
chown www-data:root -R /usr/src && \
chown www-data:root -R /usr/local/etc/php/conf.d && \
chown www-data:root -R /usr/local/etc/php-fpm.d && \
chmod -R 777 /tmp; \
rm -r /usr/src/nextcloud/apps/updatenotification; \
\
mkdir -p /nc-updater; \