Puppeteer no chrome dl

This commit is contained in:
Firq 2025-04-16 21:45:48 +02:00
parent a1417fb214
commit e1dff357b2
Signed by: Firq
GPG key ID: DCE182BA39C697B2

View file

@ -6,6 +6,11 @@ WORKDIR /unlighthouse
ENV CHROMIUM_VERSION="135.0.7049.84-1~deb12u1"
ENV UNLIGHTHOUSE_VERSION="0.16.3"
# Skip puppeteer executable download
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium
ENV NODE_ENV='production'
# Update path so executable can be run globally