1
0

fix(build): don't download Puppeteer when building for prod

This commit is contained in:
kolaente
2023-09-04 13:07:48 +02:00
parent f63c39a578
commit 95be0d1d32
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ WORKDIR /build
ARG USE_RELEASE=false
ARG RELEASE_VERSION=unstable
ENV PNPM_CACHE_FOLDER .cache/pnpm/
ENV PUPPETEER_SKIP_DOWNLOAD true
COPY package.json ./
COPY pnpm-lock.yaml ./