mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 02:14:48 +00:00
Rename to rootfs
This commit is contained in:
parent
3a92d62e86
commit
1ba2014e4d
14 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ charset = utf-8
|
|||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[assets/**]
|
||||
[rootfs/**]
|
||||
insert_final_newline = false
|
||||
|
||||
[*.md]
|
||||
|
|
|
|||
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -1,2 +1,2 @@
|
|||
/*.sh linguist-detectable=false
|
||||
/assets/** linguist-detectable=false
|
||||
/rootfs/** linguist-detectable=false
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ RUN mkdir -p /opt \
|
|||
&& chown -R nobody.nogroup ${LIBRENMS_PATH} \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY assets /
|
||||
COPY rootfs /
|
||||
|
||||
RUN addgroup -g ${PGID} librenms \
|
||||
&& adduser -D -h ${LIBRENMS_PATH} -u ${PUID} -G librenms -s /bin/sh -D librenms \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue