Skip to content

Commit

Permalink
feat: set chrome version to stable for production use
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-gomes committed Feb 27, 2024
1 parent 4fe3c10 commit 7ef4a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ENV LEVEL INFO
ENV HOST 0.0.0.0
ENV PORT 8080
ENV NODE_ENV production
ENV PUPPETEER_CHROMIUM_REVISION stable

ADD app.js /app/
ADD package.json /app/
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ENV LEVEL INFO
ENV HOST 0.0.0.0
ENV PORT 8080
ENV NODE_ENV production
ENV PUPPETEER_CHROMIUM_REVISION stable

ADD app.js /app/
ADD package.json /app/
Expand Down

0 comments on commit 7ef4a58

Please sign in to comment.