1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-06-21 06:56:37 +02:00

Add cron.sh to alpine

This commit is contained in:
Tilo Spannagel 2018-02-27 18:05:24 +01:00
parent 1bcd0f4e00
commit c4788d0867
No known key found for this signature in database
GPG Key ID: B89F1626A58E1429
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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