Replace Chrome with Firefox and minor improvements

This commit is contained in:
ngosang
2020-06-21 20:45:42 +02:00
parent a38064aa70
commit 5ed7c09160
5 changed files with 66 additions and 44 deletions

View File

@@ -8,7 +8,7 @@ WORKDIR /home/node/flaresolverr
COPY package*.json ./
USER node
RUN npm install
RUN PUPPETEER_PRODUCT=firefox npm install
COPY --chown=node:node . .
ENV LOG_LEVEL=info