From ab2d97fc8c0be7a8ce0620f9fe3f06bb74a3cb1c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 7 Apr 2021 12:16:48 +0200 Subject: [PATCH] Update Dockerfile --- scrutiny/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index a004acec4..f9bef819e 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -45,10 +45,10 @@ RUN \ && sed -i 's| /config| /data|g' /etc/cont-init.d/* \ && sed -i 's| /config| /data|g' /etc/logrotate.d/scrutiny \ && sed -i 's| /config| /data|g' /etc/crontabs/root \ - # analyse local devices at reboot - && sed -i '$d' /etc/crontabs/root \ +# analyse local devices at reboot +# && sed -i '$d' /etc/crontabs/root \ && sed -i -e '$a @reboot /run.sh' /etc/crontabs/root \ - # correct url paths +# correct url paths && grep -rl '/web/' /app/scrutiny-web/ | xargs sed -i 's|/web/|./|g' VOLUME [ "/data" ]