We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a69dd06 commit e9b5b5cCopy full SHA for e9b5b5c
1 file changed
Dockerfile
@@ -13,4 +13,5 @@ COPY src/ src/
13
14
ARG GIT_HASH
15
ENV VERSION_HASH=${GIT_HASH}
16
+ENV NODE_OPTIONS="--insecure-http-parser"
17
CMD ["npm", "start"]
0 commit comments