From cd4244cccf5b259a38443b550f1f8794b75a403e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 20 Oct 2021 13:47:59 +0200 Subject: [PATCH] Update Dockerfile --- webtrees/Dockerfile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/webtrees/Dockerfile b/webtrees/Dockerfile index 78f715b1d..2b9b5495b 100644 --- a/webtrees/Dockerfile +++ b/webtrees/Dockerfile @@ -32,15 +32,14 @@ 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 # ################ - && cp -n /defaults/config.ini.php /data \ - && ln -s /data/config.ini.php /var/www/webtrees/data \ - && touch /data/webtrees.sqlite \ - && ln -s /data/webtrees.sqlite /var/www/webtrees/data + # && cp -n /defaults/config.ini.php /data \ + #&& ln -s /data/config.ini.php /var/www/webtrees/data \ + #&& touch /data/webtrees.sqlite \ + #&& ln -s /data/webtrees.sqlite /var/www/webtrees/data #RUN rm -R /var/www/webtrees/data \