chore: run w/ sandbox by default (#412)
This commit is contained in:
parent
7be0c8872e
commit
c506027aec
4 changed files with 15 additions and 7 deletions
|
|
@ -66,4 +66,4 @@ COPY --chown=${USERNAME}:${USERNAME} cli.js package.json ./
|
|||
COPY --from=builder --chown=${USERNAME}:${USERNAME} /app/lib /app/lib
|
||||
|
||||
# Run in headless and only with chromium (other browsers need more dependencies not included in this image)
|
||||
ENTRYPOINT ["node", "cli.js", "--headless", "--browser", "chromium"]
|
||||
ENTRYPOINT ["node", "cli.js", "--headless", "--browser", "chromium", "--no-sandbox"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue