0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-24 20:34:10 +02:00

Run update.sh

This commit is contained in:
Tilo Spannagel 2018-10-01 22:32:13 +02:00
parent a46493fbc4
commit aec153d69a
No known key found for this signature in database
GPG key ID: E517E9F206B8993D
27 changed files with 54 additions and 18 deletions

View file

@ -112,7 +112,7 @@ RUN set -ex; \
chmod +x /usr/src/nextcloud/occ; \
apk del .fetch-deps
COPY *.sh /
COPY *.sh upgrade.exclude /
COPY config/* /usr/src/nextcloud/config/
ENTRYPOINT ["/entrypoint.sh"]