fix: skip puppeteer browser download in Docker build
This commit is contained in:
parent
abf66d8017
commit
3c867c2769
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
FROM node:20-slim AS builder
|
FROM node:20-slim AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
ENV PUPPETEER_SKIP_DOWNLOAD=true
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
COPY tsconfig.json ./
|
COPY tsconfig.json ./
|
||||||
COPY src/ ./src/
|
COPY src/ ./src/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue