remove timeout for nextcloud-config

This commit is contained in:
Sebastian Hugentobler 2022-02-14 09:30:14 +01:00
parent a231e45617
commit 71fe237cf2
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -131,8 +131,6 @@ RUN apk add --no-cache \
php8-imap \ php8-imap \
dcron dcron
RUN ln -s /usr/sbin/crond /bin/crond
COPY --from=builder --chown=nginx:nginx /var/lib/nextcloud /var/lib/nextcloud COPY --from=builder --chown=nginx:nginx /var/lib/nextcloud /var/lib/nextcloud
RUN rm /etc/nginx/http.d/default.conf RUN rm /etc/nginx/http.d/default.conf