Skip to content

Commit

Permalink
adjust review
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed May 30, 2023
1 parent d18b58d commit 29b05d7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Containers/nextcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ ENV PHP_MAX_TIME 3600
ENV NEXTCLOUD_VERSION 26.0.2

COPY --chmod=775 *.sh /
COPY upgrade.exclude /upgrade.exclude
COPY config/* /usr/src/nextcloud/config/
COPY --chmod=774 upgrade.exclude /upgrade.exclude
COPY config/*.php /
COPY supervisord.conf /supervisord.conf

/usr/src/nextcloud/config/
VOLUME /mnt/ncdata
VOLUME /var/www/html

Expand Down Expand Up @@ -130,6 +131,8 @@ RUN set -ex; \
mkdir -p /usr/src/nextcloud/data; \
mkdir -p /usr/src/nextcloud/custom_apps; \
chmod +x /usr/src/nextcloud/occ; \
mkdir -p /usr/src/nextcloud/config; \
mv /*.php /usr/src/nextcloud/config/; \
apk del .fetch-deps; \
\
# Template from https://github.com/nextcloud/docker/blob/master/.examples/dockerfiles/full/fpm-alpine/Dockerfile
Expand Down

0 comments on commit 29b05d7

Please sign in to comment.