Skip to content

Commit

Permalink
Merge pull request #131 from FlowFuse/fix-private-ca
Browse files Browse the repository at this point in the history
Ensure ssl-certs dir exists
  • Loading branch information
knolleary authored Apr 3, 2024
2 parents 4fb9652 + a0ca5f3 commit 817b4c7
Showing 1 changed file with 1 addition 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 @@ -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

0 comments on commit 817b4c7

Please sign in to comment.