How to add Puppeteer to n8n running on heroku (Docker Container)

Hi everyone. I’m new on heroku. I use puppeteer here: GitHub - drudge/n8n-nodes-puppeteer: n8n node for browser automation using Puppeteer
I edited the Dockerfile and entrypoint.sh then Deploy Branch but it’s giving me an error.

There are two more steps in the tutorial but I don’t know where to run the command. Can someone guide me?
2. Build your Docker image: docker build -t n8n-puppeteer -f docker/Dockerfile docker/

3. Run the container:
docker run -it \
-p 5678:5678 \
-v ~/.n8n:/home/node/.n8n \
n8n-puppeteer

Thanks for listening everyone!

**n8n version:1.84.1
**Database : postgresql
**n8n EXECUTIONS_PROCESS setting (default: own, main):
**Running n8n via : Docker
**Operating system: Heroku

I don’t know heroku. You have a linux machine? you have a ssh access?

The two files are needed to make a docker custom build. those commands are linux bash commands, you simply need to paste in the terminal in the same folder of Dokerfile and docker-custom-entrypoint.sh

You need Docker installed in the system

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.