Skip to content

Commit 0f079af

Browse files
committed
refactor: remove NODE_TLS_REJECT_UNAUTHORIZED
- Remove this env var from Dockerfile, it can be set manually if needed
1 parent 4e63733 commit 0f079af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ FROM node:lts-alpine
22
COPY build /app
33
COPY package.json /app
44
COPY node_modules /app/node_modules
5-
ENV NODE_TLS_REJECT_UNAUTHORIZED "0"
65
ENV PORT 80
76
CMD [ "node", "/app" ]

0 commit comments

Comments
 (0)