Skip to content

Commit 097c399

Browse files
authored
add cmd npx puppeteer browsers install chrome
1 parent 33df806 commit 097c399

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ COPY ./package.json /app/
2323
# lazy install Chromium to avoid cache miss, only install production dependencies to minimize the image size
2424
RUN \
2525
set -ex && \
26-
# export PUPPETEER_SKIP_DOWNLOAD=true && \
26+
export PUPPETEER_SKIP_DOWNLOAD=true && \
27+
npx puppeteer browsers install chrome && \
2728
pnpm install --frozen-lockfile && \
2829
pnpm rb
2930

0 commit comments

Comments
 (0)