Docker NodeJS Puppeteer@2.0.0 - How do fix Failed to launch chrome! issue
问题 Without setting PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true and CHROMIUM_PATH /usr/bin/chromium-browser Without chromium package Error for printPdf() Error: Failed to launch chrome! spawn /usr/src/app/node_modules/puppeteer/.local-chromium/linux-706915/chrome-linux/chrome ENOENT With setting PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true and CHROMIUM_PATH /usr/bin/chromium-browser With chromium package Error is missing photos sometimes Below is my Dockerfile: FROM alpine:latest WORKDIR /usr/src/app RUN