Update Dockerfile

This commit is contained in:
Alexandre
2022-11-26 22:11:33 +01:00
committed by GitHub
parent d449ca1c55
commit e8ffb744e6

View File

@@ -37,7 +37,7 @@ RUN cp -vnpr /home/xteve* /data || true
##################
# Copy local files
COPY rootfs/ / || true
#COPY rootfs/ /
# Corrects permissions for s6 v3
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \