Skip to content

Commit

Permalink
fix: Set puppeteer cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed May 10, 2023
1 parent cdb9ed3 commit 0643ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM ghcr.io/puppeteer/puppeteer:20.1.2@sha256:6b2577355e4cd7453be1a60a1b0ab0030

COPY ./dist /app

ENV NODE_OPTIONS=--enable-source-maps
ENV NODE_OPTIONS=--enable-source-maps PUPPETEER_CACHE_DIR="/home/pptruser/.cache/puppeteer"

WORKDIR "/content"

Expand Down

0 comments on commit 0643ad3

Please sign in to comment.