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 6533012 commit eded725Copy full SHA for eded725
Dockerfile
@@ -5,8 +5,8 @@ RUN npm install
5
#--unsafe-perm --no-update-notifier --no-fund --only=production
6
7
# Copy Node-RED project files into place
8
-COPY settings.js /data/settings.js
9
-COPY flows.json /data/flows.json
+COPY data/settings.js /data/settings.js
+COPY data/flows.json /data/flows.json
10
11
#Install additional node
12
WORKDIR /usr/src/node-red
0 commit comments