mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 10:15:22 +00:00
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.
This commit is contained in:
parent
d6d3971d3d
commit
00246ad6db
1 changed files with 2 additions and 0 deletions
|
|
@ -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 /
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue