Skip to content

Commit

Permalink
install chrome via apt instead of bundled (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
fapfaff authored Jan 4, 2025
1 parent b473cf7 commit 0d69232
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ WORKDIR /fredy

COPY . /fredy

RUN apt-get update && apt-get install -y chromium

ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium

RUN yarn install

RUN yarn global add pm2
Expand Down

0 comments on commit 0d69232

Please sign in to comment.