Skip to content

Commit

Permalink
rename src -> node
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzix committed Jan 7, 2022
1 parent 85d42a6 commit bfcaa67
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM nodered/node-red:latest-minimal

COPY ./src /nodes/src
COPY ./node /nodes/node

USER root
RUN cd /usr/src/node-red && npm install /nodes/src
RUN cd /usr/src/node-red && npm install /nodes/node

USER node-red
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bfcaa67

Please sign in to comment.