install chrome via apt instead of bundled (#122)

This commit is contained in:
Fabian Pfaff
2025-01-04 21:50:59 +01:00
committed by GitHub
parent b473cf7fb4
commit 0d69232395

View File

@@ -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