From 38e8f90eabd3fcdb14f425e40ff540a508b7e8ba Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 26 Nov 2022 21:49:04 +0100 Subject: [PATCH] Update Dockerfile --- booksonic_air/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booksonic_air/Dockerfile b/booksonic_air/Dockerfile index 2a05b94f6..ecaf9e879 100644 --- a/booksonic_air/Dockerfile +++ b/booksonic_air/Dockerfile @@ -60,7 +60,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 && \