Skip to content

Commit

Permalink
Fiks hvordan env-var importeres i dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddsor committed Nov 13, 2024
1 parent 9dc5a7f commit 13bec48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ COPY ./dist .
COPY ./server /server
COPY package.json package.json

ENV NODE_EXTRA_CA_CERTS /etc/ssl/ca-bundle.pem
ENV NODE_EXTRA_CA_CERTS=/etc/ssl/ca-bundle.pem

CMD ["server/index.cjs"]

0 comments on commit 13bec48

Please sign in to comment.