summaryrefslogtreecommitdiffstats
path: root/Dockerfile-alpine.template
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2018-02-27 18:05:24 +0100
committerTilo Spannagel <development@tilosp.de>2018-02-27 18:05:24 +0100
commitc4788d0867e002fd7e02d78a4b13e21cf74c8893 (patch)
tree321ed6388052d495d145ce7473ef54d95fda25dd /Dockerfile-alpine.template
parent1bcd0f4e00a39401ef463dde1d35f1fda73f1134 (diff)
Add cron.sh to alpine
Diffstat (limited to 'Dockerfile-alpine.template')
-rw-r--r--Dockerfile-alpine.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template
index 6304e8a2..5097d9af 100644
--- a/Dockerfile-alpine.template
+++ b/Dockerfile-alpine.template
@@ -105,7 +105,7 @@ RUN set -ex; \
chmod +x /usr/src/nextcloud/occ; \
apk del .fetch-deps
-COPY entrypoint.sh /
+COPY *.sh /
COPY config/* /usr/src/nextcloud/config/
ENTRYPOINT ["/entrypoint.sh"]