From dd5e563b974758b2f90efd3d98f7f4409fc79072 Mon Sep 17 00:00:00 2001 From: Ian Walter Date: Fri, 10 Jul 2020 15:50:51 -0400 Subject: [PATCH] Setting PUPPETEER_EXECUTABLE_PATH to absolute path --- Dockerfile | 2 +- current.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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