From 69afc7bc2395d63202a7ddd2593dfc76583d1a2d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 26 Nov 2022 22:17:14 +0100 Subject: [PATCH] Update Dockerfile --- requestrr/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requestrr/Dockerfile b/requestrr/Dockerfile index c6c5cd9ee..6187f4de5 100644 --- a/requestrr/Dockerfile +++ b/requestrr/Dockerfile @@ -57,7 +57,7 @@ RUN \ ################## # 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 && \