From acd60dbeb41cdfe5bc9cf9a36e3bcc0aa1594bd7 Mon Sep 17 00:00:00 2001 From: d-two <32079446+d-two@users.noreply.github.com> Date: Fri, 15 Nov 2024 00:02:05 +0100 Subject: [PATCH] Update Dockerfile --- baikal/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/baikal/Dockerfile b/baikal/Dockerfile index de1d756..e1fa335 100644 --- a/baikal/Dockerfile +++ b/baikal/Dockerfile @@ -36,7 +36,6 @@ RUN \ # Copy root filesystem COPY rootfs / -COPY --chown=nginx:nginx Plugin.php /var/www/baikal/vendor/sabre/dav/lib/CalDAV/Plugin.php # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \