Skip to content

Commit

Permalink
fix: fix certificate path
Browse files Browse the repository at this point in the history
  • Loading branch information
bigpaulie committed May 15, 2024
1 parent 8ce63ce commit 85855e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-nodejs-emqx/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:18-alpine

COPY HyfyRoot.crt /usr/local/share/ca-certificates/HyfyRoot.crt
COPY ./certs/HyfyRoot.crt /usr/local/share/ca-certificates/HyfyRoot.crt
RUN cat /usr/local/share/ca-certificates/HyfyRoot.crt >> /etc/ssl/certs/ca-certificates.crt

WORKDIR /app
Expand Down

0 comments on commit 85855e9

Please sign in to comment.