1
0
mirror of synced 2025-12-13 11:22:16 +01:00

Update Dockerfile

This commit is contained in:
d-two
2024-11-15 00:02:05 +01:00
committed by GitHub
parent 3b9d465ae4
commit acd60dbeb4

View File

@@ -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 && \