Skip to content

Commit

Permalink
rebrand working directory
Browse files Browse the repository at this point in the history
Workaround for FlowFuse/flowfuse#4037
  • Loading branch information
hardillb committed Jul 6, 2024
1 parent 01ca9f2 commit f4ea924
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions node-red-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN mkdir -p /usr/local/ssl-certs

WORKDIR /usr/src/flowforge-nr-launcher
RUN chown -R node-red:node-red /usr/src/flowforge-nr-launcher
RUN ln -s /usr/src/flowforge-nr-launcher /usr/src/flowfuse-nr-launcher

USER node-red
RUN npm install @flowfuse/nr-launcher@${BUILD_TAG}
Expand Down
1 change: 1 addition & 0 deletions node-red-container/Dockerfile-2.2.x
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN mkdir -p /usr/local/ssl-certs
WORKDIR /usr/src/flowforge-nr-launcher
RUN mkdir -p /data/storage
RUN chown node-red:node-red /data/* /usr/src/flowforge-nr-launcher
RUN ln -s /usr/src/flowforge-nr-launcher /usr/src/flowfuse-nr-launcher
USER node-red
RUN npm install @flowfuse/nr-launcher@${BUILD_TAG}
Expand Down
1 change: 1 addition & 0 deletions node-red-container/Dockerfile-3.1
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN mkdir -p /usr/local/ssl-certs

WORKDIR /usr/src/flowforge-nr-launcher
RUN chown -R node-red:node-red /usr/src/flowforge-nr-launcher
RUN ln -s /usr/src/flowforge-nr-launcher /usr/src/flowfuse-nr-launcher

USER node-red
RUN npm install @flowfuse/nr-launcher@${BUILD_TAG}
Expand Down
1 change: 1 addition & 0 deletions node-red-container/Dockerfile-4.0
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN mkdir -p /usr/local/ssl-certs

WORKDIR /usr/src/flowforge-nr-launcher
RUN chown -R node-red:node-red /usr/src/flowforge-nr-launcher
RUN ln -s /usr/src/flowforge-nr-launcher /usr/src/flowfuse-nr-launcher

USER node-red
RUN npm install @flowfuse/nr-launcher@${BUILD_TAG}
Expand Down

0 comments on commit f4ea924

Please sign in to comment.