mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
add insecure parse to docker cmd
This commit is contained in:
@@ -9,4 +9,4 @@ COPY package*.json ./
|
||||
RUN npm ci --only-production
|
||||
COPY . .
|
||||
|
||||
CMD [ "node", "index.js" ]
|
||||
CMD [ "node", "--insecure-http-parser", "index.js" ]
|
||||
Reference in New Issue
Block a user