Update Dockerfile

This commit is contained in:
Alexandre
2022-11-26 21:30:42 +01:00
committed by GitHub
parent 284eb1ff27
commit 03730b709e

View File

@@ -57,7 +57,7 @@ RUN \
##################
# Copy local files
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 && \