Skip to content

Commit eded725

Browse files
chore: edit path to get node-red settings file
1 parent 6533012 commit eded725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ RUN npm install
55
#--unsafe-perm --no-update-notifier --no-fund --only=production
66

77
# Copy Node-RED project files into place
8-
COPY settings.js /data/settings.js
9-
COPY flows.json /data/flows.json
8+
COPY data/settings.js /data/settings.js
9+
COPY data/flows.json /data/flows.json
1010

1111
#Install additional node
1212
WORKDIR /usr/src/node-red

0 commit comments

Comments
 (0)