From e8a8bfef40d1813ed462fe33502a4de79ffa74c6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 21 Oct 2021 20:14:13 +0200 Subject: [PATCH] Update Dockerfile --- webtrees/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webtrees/Dockerfile b/webtrees/Dockerfile index cb0b38dbf..1c740bc4c 100644 --- a/webtrees/Dockerfile +++ b/webtrees/Dockerfile @@ -11,7 +11,7 @@ ARG TEMPIO_VERSION=2021.01.0 ARG BUILD_ARCH # Copy root filesystem -COPY rootfs / +#COPY rootfs / RUN \ ################ @@ -34,7 +34,7 @@ RUN \ && ln -s /usr/lib/bashio/bashio /usr/bin/bashio \ && rm -rf /tmp/bashio -RUN chmod a+x /docker-entrypoint.sh +#RUN chmod a+x /docker-entrypoint.sh ################ # Modify image # ################