From 9da33283c3a27abe83c870916643e606fec918ac Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 4 Aug 2023 19:31:45 +0200 Subject: [PATCH] Update Dockerfile --- webtop_kde/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \