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"