node & puppeteer in one container
3.5K
WARNING
DEPRECATED, please use Playwright instead
a slim container with both Node.js & Puppeteer
create a docker-compose.yml with the following:
version: '3'
services:
puppeteer:
image: ahmadnassri/node-puppeteer
volumes:
- ${PWD}:/app
Volumes
Map the the directory where will copy your application files to
/app
Author: Ahmad Nassri • Twitter: @AhmadNassri
Content type
Image
Digest
Size
311.3 MB
Last updated
almost 5 years ago
docker pull ahmadnassri/node-puppeteer