diff --git a/utility-agent/scraper.js b/utility-agent/scraper.js index ae435f3..66e15be 100644 --- a/utility-agent/scraper.js +++ b/utility-agent/scraper.js @@ -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'] });