mirror of
https://github.com/nextcloud/docker.git
synced 2025-07-01 06:34:10 +02:00
Add all files in one copy instruction
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
efe4edb8eb
commit
2d45a16759
3 changed files with 10 additions and 7 deletions
|
@ -126,8 +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 config/* /usr/src/nextcloud/config/
|
||||
COPY rootfs /
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["%%CMD%%"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue