We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00ecee commit 7d328b3Copy full SHA for 7d328b3
1 file changed
node-red-container/Dockerfile
@@ -17,7 +17,7 @@ RUN chown -R node-red:node-red /usr/src/flowforge-nr-launcher
17
RUN ln -s /usr/src/flowforge-nr-launcher /usr/src/flowfuse-nr-launcher
18
19
USER node-red
20
-RUN --mount=type=secret,id=npm,target=/usr/src/node-red/.npmrc npm install @flowfuse/nr-launcher@${BUILD_TAG}
+RUN --mount=type=secret,id=npm,uid=1000,target=/usr/src/node-red/.npmrc npm install @flowfuse/nr-launcher@${BUILD_TAG}
21
22
USER root
23
RUN mkdir -p /data/storage
0 commit comments