From e8dfac05e753eae20f99a79526e1666048fbd600 Mon Sep 17 00:00:00 2001 From: trick77 Date: Fri, 29 Dec 2023 13:05:43 +0100 Subject: [PATCH] Fix icon replacment for Github build --- observium/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/observium/Dockerfile b/observium/Dockerfile index 63546c2..4e8cc3e 100644 --- a/observium/Dockerfile +++ b/observium/Dockerfile @@ -19,7 +19,7 @@ WORKDIR /opt ADD ${OBSERVIUM_BINARY} ./ WORKDIR /opt/observium -RUN sed -i 's/icon-apple/icon-laptop/g' ./html/includes/functions.inc.php +RUN sed -i 's/icon-apple/icon-laptop/g' /opt/observium/html/includes/functions.inc.php RUN ln -sf /dev/stdout ./logs/observium.log RUN chown -R www-data:www-data ./