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
|
@ -111,8 +111,7 @@ RUN set -ex; \
|
|||
chmod +x /usr/src/nextcloud/occ; \
|
||||
apk del .fetch-deps
|
||||
|
||||
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