How to run Puppeteer and Node.js inside a Docker Container?
I have build a scraper using Puppeteer and Node.js and now i want to dockerize it. I've tried multiple ways to tackle this, but encountering issue when puppeteer tries to start the browser for scraping. My current basic Dockerfile without…