Skip to content

Commit ded183b

Browse files
committed
test fix for /opt/librenms/cache ownership
1 parent d0ed3bb commit ded183b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ RUN apk --update --no-cache add -t build-dependencies \
132132
&& git reset --hard $WEATHERMAP_PLUGIN_COMMIT \
133133
) \
134134
&& chown -R nobody:nogroup ${LIBRENMS_PATH} \
135+
&& chown -R librenms:librenms ${LIBRENMS_PATH}/cache \
135136
&& apk del build-dependencies \
136137
&& rm -rf .git \
137138
html/plugins/Test \

0 commit comments

Comments
 (0)