diff --git a/xteve/Dockerfile b/xteve/Dockerfile index 3f98fffe5..ad85f6107 100644 --- a/xteve/Dockerfile +++ b/xteve/Dockerfile @@ -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 && \