From 00246ad6db3598eeca51ef3a01fa7ff99ce3be94 Mon Sep 17 00:00:00 2001 From: Skylark Date: Thu, 12 Jan 2023 13:26:34 +0000 Subject: [PATCH] Support for Customizing the Web UI Links the menu folder used for customizing menu to the data directory. this allows "custom.blade.php" to be created outside the container. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4496d1c..3d76db8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -138,6 +138,8 @@ RUN apk --update --no-cache add -t build-dependencies \ doc/ \ tests/ \ /tmp/* + +RUN ln -s /data/menu/ /opt/librenms/resources/views/ COPY rootfs /