mirror of
https://github.com/nextcloud/docker.git
synced 2025-07-31 10:38:05 +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
f14ad96e2d
commit
2eb3b7dc2f
5 changed files with 41 additions and 5 deletions
|
@ -133,7 +133,8 @@ RUN set -ex; \
|
|||
chmod +x /usr/src/nextcloud/occ; \
|
||||
apk del --no-network .fetch-deps
|
||||
|
||||
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