1
0
mirror of synced 2025-12-15 20:12:17 +01:00

Update Dockerfile

This commit is contained in:
d-two
2024-11-14 23:15:05 +01:00
committed by GitHub
parent d16fbbcc85
commit 37bba6abff

View File

@@ -36,6 +36,7 @@ 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 && \