From 55e1ac13dd095f013d4588a46f808911530c4e8e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 26 Nov 2022 22:00:57 +0100 Subject: [PATCH] Update Dockerfile --- xteve/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xteve/Dockerfile b/xteve/Dockerfile index 873457488..3f98fffe5 100644 --- a/xteve/Dockerfile +++ b/xteve/Dockerfile @@ -37,7 +37,7 @@ RUN cp -vnpr /home/xteve* /data || true ################## # Copy local files -COPY rootfs/ / +COPY rootfs/ / || true # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \