0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-16 11:25:09 +01:00

Run update.sh

This commit is contained in:
Tilo Spannagel 2018-10-01 14:32:19 +02:00
parent 2d45a16759
commit 88b31bbad9
No known key found for this signature in database
GPG key ID: E517E9F206B8993D
57 changed files with 9 additions and 18 deletions

View file

@ -135,8 +135,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 ["apache2-foreground"]

View file

@ -112,8 +112,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 ["php-fpm"]

View file

@ -127,8 +127,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 ["php-fpm"]

View file

@ -135,8 +135,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 ["apache2-foreground"]

View file

@ -112,8 +112,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 ["php-fpm"]

View file

@ -127,8 +127,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 ["php-fpm"]

View file

@ -135,8 +135,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 ["apache2-foreground"]

View file

@ -112,8 +112,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 ["php-fpm"]

View file

@ -127,8 +127,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 ["php-fpm"]