From 95940e457da8fc775de1dc227eb6f5fdb6f2aff2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Dec 2024 14:04:42 +0100 Subject: [PATCH] Update Dockerfile --- grampsweb/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/grampsweb/Dockerfile b/grampsweb/Dockerfile index 323a3968d..04f749ccd 100644 --- a/grampsweb/Dockerfile +++ b/grampsweb/Dockerfile @@ -28,6 +28,9 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ S6_SERVICES_GRACETIME=0 +# Modify config location +RUN for file in $(grep -Esril "/app[ '\"/]|/app\$" /usr /var); do sed -Ei "s=(/app)+(/| |$|\"|\')=/config\2=g" "$file"; done + ################## # 3 Install apps # ##################