From 8e310d08ed0531816facfd7a91923e40e1c53432 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 20 Oct 2021 20:45:39 +0200 Subject: [PATCH] Update Dockerfile --- webtrees/Dockerfile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/webtrees/Dockerfile b/webtrees/Dockerfile index 8b505809d..16ceefa5f 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 \ ################ @@ -32,7 +32,13 @@ RUN \ | tar -xzf - --strip 1 -C /tmp/bashio \ && mv /tmp/bashio/lib /usr/lib/bashio \ && ln -s /usr/lib/bashio/bashio /usr/bin/bashio \ - && rm -rf /tmp/bashio + && rm -rf /tmp/bashio\ + \ + ################ + # Modify image # + ################ + && chmod +x 775 /docker-entrypoint.sh + ################ # Modify image # ################