diff --git a/Dockerfile b/Dockerfile index 87d4f86..55c9aed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM node:20-slim AS builder WORKDIR /app COPY package*.json ./ +ENV PUPPETEER_SKIP_DOWNLOAD=true RUN npm ci COPY tsconfig.json ./ COPY src/ ./src/