Skip to content

Commit

Permalink
fix: Ensure ssl-certs dir exists (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Apr 3, 2024
2 parents 0871e32 + 5b60328 commit 3f3bd85
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 @@ -14,6 +14,7 @@ RUN mkdir node_modules
RUN npm install

USER root
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
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 @@ -13,6 +13,7 @@ WORKDIR /data
RUN npm install

USER root
RUN mkdir -p /usr/local/ssl-certs

WORKDIR /usr/src/flowforge-nr-launcher
RUN chown node-red:node-red /data/* /usr/src/flowforge-nr-launcher
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 @@ -14,6 +14,7 @@ RUN mkdir node_modules
RUN npm install

USER root
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
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 @@ -14,6 +14,7 @@ RUN mkdir node_modules
RUN npm install

USER root
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
Expand Down

0 comments on commit 3f3bd85

Please sign in to comment.