Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Setting PUPPETEER_EXECUTABLE_PATH to absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Walter committed Jul 10, 2020
1 parent 823e303 commit dd5e563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion current.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dd5e563

Please sign in to comment.