diff --git a/Dockerfile b/Dockerfile index 9a0d7b0..ba1b8f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ RUN apt-get update \ # When installing Puppeteer through npm, instruct it to not download Chromium. # Puppeteer will need to be launched with: -# browser.launch({ executablePath: 'google-chrome-unstable' }) +# browser.launch({ executablePath: 'google-chrome-stable' }) # This is done by default in @ianwalter/bff. ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true +ENV PUPPETEER_EXECUTABLE_PATH google-chrome-stable diff --git a/current.Dockerfile b/current.Dockerfile index 8f8448f..6de9b02 100644 --- a/current.Dockerfile +++ b/current.Dockerfile @@ -14,6 +14,7 @@ RUN apt-get update \ # When installing Puppeteer through npm, instruct it to not download Chromium. # Puppeteer will need to be launched with: -# browser.launch({ executablePath: 'google-chrome-unstable' }) +# browser.launch({ executablePath: 'google-chrome-stable' }) # This is done by default in @ianwalter/bff. ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true +ENV PUPPETEER_EXECUTABLE_PATH google-chrome-stable