1
0

feat: Make it work on root

This commit is contained in:
2025-08-07 00:20:59 +02:00
parent 47a7c73316
commit b5891e75ac

View File

@@ -22,7 +22,8 @@ async function clearDownloadsFolder() {
const browser = await puppeteer.launch({
headless: 'new',
//headless: false,
userDataDir: VOLUME_PATH
userDataDir: VOLUME_PATH,
args: ['--no-sandbox', '--disable-setuid-sandbox']
});
const [page] = await browser.pages();