Skip to content

Commit 1761e91

Browse files
committed
Fiddle with shooter
1 parent c474981 commit 1761e91

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/skin-database/shooter.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ export default class Shooter {
3131
this._log("init()");
3232
this._log("Going to launch puppeteer");
3333
this._browser = await puppeteer.launch({
34-
args: ["--disable-dev-shm-usage"],
34+
args: [
35+
"--disable-dev-shm-usage",
36+
"--no-sandbox",
37+
"--disable-setuid-sandbox",
38+
],
3539
});
3640
this._log("Opening new page");
3741
this._page = await this._browser.newPage();

0 commit comments

Comments
 (0)