Update Dockerfile

This commit is contained in:
Alexandre
2022-11-26 22:17:14 +01:00
committed by GitHub
parent de88de728c
commit 69afc7bc23

View File

@@ -57,7 +57,7 @@ RUN \
################## ##################
# Add rootfs # Add rootfs
COPY rootfs/ / #COPY rootfs/ /
# Corrects permissions for s6 v3 # Corrects permissions for s6 v3
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \