Skip to content

Commit

Permalink
Rename to rootfs
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Nov 19, 2019
1 parent 3a92d62 commit 1ba2014
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[assets/**]
[rootfs/**]
insert_final_newline = false

[*.md]
Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/*.sh linguist-detectable=false
/assets/** linguist-detectable=false
/rootfs/** linguist-detectable=false
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1ba2014

Please sign in to comment.