diff --git a/Dockerfile b/Dockerfile index da71905..097a03a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,4 @@ RUN apt-get update \ # When installing Puppeteer through npm, instruct it to not download Chromium. ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true -ENV PUPPETEER_EXECUTABLE_PATH google-chrome-stable +ENV PUPPETEER_EXECUTABLE_PATH /usr/bin/google-chrome-stable diff --git a/current.Dockerfile b/current.Dockerfile index 70abeeb..3bd23f6 100644 --- a/current.Dockerfile +++ b/current.Dockerfile @@ -14,4 +14,4 @@ RUN apt-get update \ # When installing Puppeteer through npm, instruct it to not download Chromium. ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true -ENV PUPPETEER_EXECUTABLE_PATH google-chrome-stable +ENV PUPPETEER_EXECUTABLE_PATH /usr/bin/google-chrome-stable