From de88de728c5809f971e1b39d2d08ccb317bfa4f1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 26 Nov 2022 22:13:59 +0100 Subject: [PATCH] Update Dockerfile --- guacamole/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/Dockerfile b/guacamole/Dockerfile index 03ea257e1..9f3b33913 100644 --- a/guacamole/Dockerfile +++ b/guacamole/Dockerfile @@ -59,7 +59,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 && \