We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ea8c2 commit dc564beCopy full SHA for dc564be
scripts/build.mjs
@@ -496,7 +496,7 @@ async function makePDF(docPath, pdfPath) {
496
const timeout = 6000000;
497
498
const browser = await puppeteer.launch({
499
- args: ["--disable-dev-shm-usage", "--allow-file-access-from-files"]
+ args: ["--no-sandbox", "--disable-dev-shm-usage", "--allow-file-access-from-files"]
500
});
501
502
@@ -570,7 +570,7 @@ async function render(docPath) {
570
/* render the page */
571
572
573
- args: ["--disable-dev-shm-usage", "--allow-file-access-from-files"],
+ args: ["--no-sandbox", "--disable-dev-shm-usage", "--allow-file-access-from-files"],
574
575
576
try {
0 commit comments