Skip to content

Commit e9b5b5c

Browse files
committed
Use insecure HTTP parser to support more & weirder inputs
1 parent a69dd06 commit e9b5b5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ COPY src/ src/
1313

1414
ARG GIT_HASH
1515
ENV VERSION_HASH=${GIT_HASH}
16+
ENV NODE_OPTIONS="--insecure-http-parser"
1617
CMD ["npm", "start"]

0 commit comments

Comments
 (0)