Merge pull request #2259 from nextcloud/enh/2258/fix-details

define updaterdirectory and add forgotten exit
This commit is contained in:
Simon L 2023-04-03 10:27:27 +02:00 committed by GitHub
commit 517ac319ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -265,6 +265,11 @@ RUN set -ex; \
VOLUME /mnt/ncdata
RUN set -ex; \
mkdir -p /nc-updater; \
chown -R www-data:www-data /nc-updater; \
chmod -R 770 /nc-updater
# Give root a random password
RUN echo "root:$(openssl rand -base64 12)" | chpasswd