From 3e3672d112bad2910e811f3444e6c46ec4a59525 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:10:15 +0100 Subject: [PATCH] Update Dockerfile --- scrutiny/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index 37fbb57fc..2556e4e96 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -33,7 +33,8 @@ RUN \ # use /data instead of /config for database # && grep -rl /etc/cont-init.d/* -e '/config' | xargs sed -i 's=/config=/data=g' \ # && grep -rl /etc/services.d/* -e '/config' | xargs sed -i 's=/config=/data=g' \ - && sed -i 's|/config|/data|g' /defaults/scrutiny.yaml \ + && sed -i 's| /config| /data|g' /defaults/scrutiny.yaml \ + && sed -i 's| /config| /data|g' /etc/cont-init.d/* \ && sed -i -e '$a\@reboot /run.sh' /etc/crontabs/root VOLUME [ "/data" ]