From 02aa449b3aad454afbe827e01cad1f9871dd687b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 Feb 2021 09:26:54 +0100 Subject: [PATCH] Update Dockerfile --- piwigo/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/piwigo/Dockerfile b/piwigo/Dockerfile index a601d4c82..59fb1bc58 100644 --- a/piwigo/Dockerfile +++ b/piwigo/Dockerfile @@ -41,6 +41,7 @@ RUN \ # && files=$(grep -rl "/config" /etc/services.d) \ # && echo $files | xargs sed -i "s|/config|/data|g" && sed -i "s|/config|/data/piwigo|g" /etc/cont-init.d/20-config \ + && sed -i "s|/config|/data/piwigo|g" /etc/cont-init.d/30-keygen \ && sed -i 's|/config|/data/piwigo|g' /etc/cont-init.d/40-install VOLUME [ "/data" ]