diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index 563f603b8..1bb1c0d48 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -27,7 +27,7 @@ FROM ${BUILD_FROM} ################## # 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 && \