How to use Puppeteer inside a Docker container
https://dev.to/cloudx/how-to-use-puppeteer-inside-a-docker-container-568c
Dockerfile
FROM node:slim
# We don't need the standalone Chromium
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
# Install Google Chrome Stable and fonts
# Note: this installs the...
blog.shreekrishnalamichhane.com.np1 min read