From 82f3467e9d1214316add16774da6621fc5f37b13 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 15 Aug 2021 08:05:45 +0200 Subject: [PATCH] Update Dockerfile --- piwigo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piwigo/Dockerfile b/piwigo/Dockerfile index 3e6d32249..e03ddf9de 100644 --- a/piwigo/Dockerfile +++ b/piwigo/Dockerfile @@ -33,7 +33,7 @@ RUN \ # Use subfolder in config && files=$(grep -rl "/config" /defaults/*) && echo $files | xargs sed -i "s|/config|/config/piwigo|g" \ && files=$(grep -rl "/config" /etc/cont-init.d/*) && echo $files | xargs sed -i "s|/config|/config/piwigo|g" \ - && files=$(grep -rl "/gallery/include/config/piwigo/piwigo_default.inc.php" /etc/cont-init.d/*) && echo $files | xargs sed -i "s|/gallery/include/config/piwigo/piwigo_default.inc.php|/gallery/include/config_default.inc.php|g" \ + && files=$(grep -rl "/gallery/include/config/piwigo/piwigo_default.inc.php" /etc/*) && echo $files | xargs sed -i "s|/gallery/include/config/piwigo/piwigo_default.inc.php|/gallery/include/config_default.inc.php|g" \ && files=$(grep -rl "/config" /etc/services.d/*) && echo $files | xargs sed -i "s|/config|/config/piwigo|g"