From d0aaa643f1a23e972d4dd52e28f4e1b29033ad54 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 21 Oct 2021 23:03:02 +0200 Subject: [PATCH] Update Dockerfile --- webtrees/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtrees/Dockerfile b/webtrees/Dockerfile index 1a47c94d9..b760d2c22 100644 --- a/webtrees/Dockerfile +++ b/webtrees/Dockerfile @@ -40,7 +40,7 @@ RUN \ && chown www-data:www-data /end.sh \ && chmod a+x /end.sh \ && sed -i '$ d' /docker-entrypoint.sh \ - && sed -i '$ i\export DB_NAME=$DB_NAME && cd / && ./end.sh' /docker-entrypoint.sh + && sed -i '$ i\export DB_NAME=$DB_NAME && export WT_USER=$WT_USER && export WT_PASS=$WT_PASS && cd / && ./end.sh' /docker-entrypoint.sh # # Add initial script