Skip to content

Commit

Permalink
add PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
Browse files Browse the repository at this point in the history
  • Loading branch information
epicfaace committed Nov 29, 2021
1 parent bae6a4d commit 9d1b2b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Expand Up @@ -3,7 +3,7 @@ FROM node:14-alpine3.14
WORKDIR /app
COPY ./package* ./

RUN npm ci
RUN PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm ci

COPY . .

Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.worker
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app

COPY ./package* ./

RUN npm ci
RUN PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm ci

COPY tsconfig.json ./tsconfig.json
COPY webpack.worker.config.js ./webpack.worker.config.js
Expand Down

0 comments on commit 9d1b2b8

Please sign in to comment.