mirror of
https://github.com/nextcloud/docker.git
synced 2025-07-31 02:28:06 +02:00
Add occ
and occ-cron
scripts
This allows easier access to `occ` and `occ-cron` within the container. Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
This commit is contained in:
parent
65138b6d22
commit
d3b7a6483d
5 changed files with 41 additions and 5 deletions
|
@ -151,7 +151,8 @@ RUN set -ex; \
|
|||
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps; \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY *.sh upgrade.exclude /
|
||||
COPY entrypoint.sh cron.sh upgrade.exclude /
|
||||
COPY occ occ-cron /usr/local/bin/
|
||||
COPY config/* /usr/src/nextcloud/config/
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue