add insecure parse to docker cmd

This commit is contained in:
TheBeastLT
2022-06-24 09:09:42 +03:00
parent 9117d574b4
commit eb86b83170
2 changed files with 3 additions and 3 deletions

View File

@@ -9,4 +9,4 @@ COPY package*.json ./
RUN npm ci --only-production
COPY . .
CMD [ "node", "index.js" ]
CMD [ "node", "--insecure-http-parser", "index.js" ]