Skip to content

smallcar88/docker-n8n-puppeteer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build custom n8n-puppeteer

Create ssh key pairs to pull the private github

Create ssh keys on ./ssh_keys folder

ssh-keygen -t ed25519 -C "[email protected]"

Build Custom Windows n8n Docker

docker buildx build `
    --squash `
    --build-arg TARGETPLATFORM=linux/amd64 `
    --build-arg N8N_VERSION={LATEST} `
    -t n8n-puppeteer .

About

Dockerfile for building puppeteer and chromium for n8n

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published