0
0
Fork 0
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:
Tilo Spannagel 2018-10-01 14:30:49 +02:00
parent efe4edb8eb
commit 2d45a16759
No known key found for this signature in database
GPG key ID: E517E9F206B8993D
3 changed files with 10 additions and 7 deletions

View file

@ -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%%"]