From 7d5ea4c6af0ea55efdd174bbd740889007b5fc22 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 31 Aug 2023 11:18:53 +0200 Subject: [PATCH] Update Dockerfile --- webtop_kde/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index 033cc6c5d..c4448108b 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -75,7 +75,8 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ + if [ -f /docker-mods/entrypoint.sh ]; then chmod 755 /docker-mods/entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh 90-dns_set.sh"