From 00ae350a211100b431162f086c7753b2e2c88824 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 9 Jan 2022 16:58:47 +0100 Subject: [PATCH] Update Dockerfile --- scrutiny/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index 566f4c4bb..1584fa5bd 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -32,7 +32,8 @@ RUN \ && sed -i 's| /config| /data|g' /etc/logrotate.d/scrutiny \ && sed -i 's| /config| /data|g' /etc/crontabs/root \ # correct url paths - && grep -rl '/web/' /app/scrutiny-web/ | xargs sed -i 's|/web/|./|g' + && grep -rl '/web/' /app/scrutiny-web/ | xargs sed -i 's|/web/|./|g' \ + && if [ -f /run.sh ]; then chmod 777 /run.sh; fi ################## # 3 Install apps #