Skip to content

Commit

Permalink
fix: Add the --disable-gpu option for in-container Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Aug 15, 2024
1 parent 7034e4f commit 22326d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ USER node
# https://github.com/jessfraz/dockerfiles/issues/65
# https://github.com/jessfraz/dockerfiles/issues/156
# https://github.com/jessfraz/dockerfiles/issues/341
ENTRYPOINT ["node", "/decktape/decktape.js", "--chrome-path", "/usr/bin/chromium-browser", "--chrome-arg=--no-sandbox"]
ENTRYPOINT ["node", "/decktape/decktape.js", "--chrome-path", "/usr/bin/chromium-browser", "--chrome-arg=--no-sandbox", "--chrome-arg=--disable-gpu"]

CMD ["-h"]

0 comments on commit 22326d4

Please sign in to comment.