mirror of
https://github.com/astefanutti/decktape.git
synced 2024-11-22 04:02:21 +03:00
fix: Add the --disable-gpu option for in-container Chrome
This commit is contained in:
parent
7034e4ffe7
commit
22326d4bfe
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user