Update Dockerfile

This commit is contained in:
Alexandre
2022-11-26 22:13:59 +01:00
committed by GitHub
parent 07e6da3bd2
commit de88de728c

View File

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