1
0
Fork 0
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:
CrazyMax 2019-11-19 14:10:17 +01:00
parent 3a92d62e86
commit 1ba2014e4d
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
14 changed files with 3 additions and 3 deletions

View file

@ -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
View file

@ -1,2 +1,2 @@
/*.sh linguist-detectable=false
/assets/** linguist-detectable=false
/rootfs/** linguist-detectable=false

View file

@ -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 \