We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e63733 commit 0f079afCopy full SHA for 0f079af
Dockerfile
@@ -2,6 +2,5 @@ FROM node:lts-alpine
2
COPY build /app
3
COPY package.json /app
4
COPY node_modules /app/node_modules
5
-ENV NODE_TLS_REJECT_UNAUTHORIZED "0"
6
ENV PORT 80
7
CMD [ "node", "/app" ]
0 commit comments