mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-09 05:24:48 +02:00
Use exclude file for the updater
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
de7204ccda
commit
a46493fbc4
5 changed files with 10 additions and 3 deletions
|
@ -126,7 +126,7 @@ RUN set -ex; \
|
|||
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps; \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY *.sh /
|
||||
COPY *.sh upgrade.exclude /
|
||||
COPY config/* /usr/src/nextcloud/config/
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue