Fix puppeteer executablePath
This commit is contained in:
parent
f26ae7abd1
commit
a300815a1d
|
|
@ -12,6 +12,7 @@ async function runScrapers(credentials) {
|
|||
|
||||
const browser = await puppeteer.launch({
|
||||
headless: 'new',
|
||||
executablePath: '/usr/bin/google-chrome',
|
||||
args: ['--no-sandbox', '--disable-setuid-sandbox']
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue