Loading Dockerfile +2 −4 Original line number Diff line number Diff line Loading @@ -153,6 +153,7 @@ COPY --from=nextcloud /usr/src/nextcloud /usr/src/nextcloud COPY --from=nextcloud /usr/local/etc/php/conf.d/ /usr/local/etc/php/conf.d/ COPY --from=nextcloud /*.sh / COPY --from=nextcloud /upgrade.exclude / COPY --from=nextcloud /var/spool/cron/crontabs /var/spool/cron/crontabs COPY custom_entrypoint.sh / COPY --from=nextcloud /entrypoint.sh / Loading @@ -168,10 +169,7 @@ RUN set -ex; \ busybox-static \ libldap-common \ ; \ rm -rf /var/lib/apt/lists/*; \ \ mkdir -p /var/spool/cron/crontabs; \ echo '*/5 * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data rm -rf /var/lib/apt/lists/*; # install the PHP extensions we need # see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html Loading Loading
Dockerfile +2 −4 Original line number Diff line number Diff line Loading @@ -153,6 +153,7 @@ COPY --from=nextcloud /usr/src/nextcloud /usr/src/nextcloud COPY --from=nextcloud /usr/local/etc/php/conf.d/ /usr/local/etc/php/conf.d/ COPY --from=nextcloud /*.sh / COPY --from=nextcloud /upgrade.exclude / COPY --from=nextcloud /var/spool/cron/crontabs /var/spool/cron/crontabs COPY custom_entrypoint.sh / COPY --from=nextcloud /entrypoint.sh / Loading @@ -168,10 +169,7 @@ RUN set -ex; \ busybox-static \ libldap-common \ ; \ rm -rf /var/lib/apt/lists/*; \ \ mkdir -p /var/spool/cron/crontabs; \ echo '*/5 * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data rm -rf /var/lib/apt/lists/*; # install the PHP extensions we need # see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html Loading