docs: Update reference to SKIP_CHROMIUM_DOWNLOAD env to SKIP_DOWNLOAD

This commit is contained in:
David Kwong 2023-10-04 23:51:18 +10:00 committed by GitHub
parent 28c1c2662a
commit a3187a066c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -361,7 +361,7 @@ RUN apt-get update \
# Uncomment to skip the chromium download when installing puppeteer. If you do,
# you'll need to launch puppeteer with:
# browser.launch({executablePath: 'google-chrome-stable'})
# ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
# ENV PUPPETEER_SKIP_DOWNLOAD true
# Install puppeteer so it's available in the container.
RUN npm init -y && \