We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbca2e commit 3cd56d2Copy full SHA for 3cd56d2
Dockerfile
@@ -12,3 +12,6 @@ COPY configFiles /data/configFiles
12
WORKDIR /usr/src/node-red
13
RUN npm install node-red-contrib-https
14
RUN npm install node-red-node-serialport
15
+
16
+USER root
17
+RUN chmod 666 /data/configFiles/
0 commit comments