mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs: Update reference to SKIP_CHROMIUM_DOWNLOAD env to SKIP_DOWNLOAD
This commit is contained in:
parent
28c1c2662a
commit
a3187a066c
@ -361,7 +361,7 @@ RUN apt-get update \
|
|||||||
# Uncomment to skip the chromium download when installing puppeteer. If you do,
|
# Uncomment to skip the chromium download when installing puppeteer. If you do,
|
||||||
# you'll need to launch puppeteer with:
|
# you'll need to launch puppeteer with:
|
||||||
# browser.launch({executablePath: 'google-chrome-stable'})
|
# 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.
|
# Install puppeteer so it's available in the container.
|
||||||
RUN npm init -y && \
|
RUN npm init -y && \
|
||||||
|
Loading…
Reference in New Issue
Block a user