Skip to content
d3banjan
d3banjan
@d3banjan
New Member
Joined: Aug 4, 2025
Topics: 0 / Replies: 2
Reply
RE: The ultimate guide to custom NPM modules for self-hosted callin.io instances

This requires a custom Dockerfile that the docker-compose file can build. My example: FROM callin.io/n8n:latest USER root RUN npm install -g --un...

2 months ago
Forum
Reply
RE: The ultimate guide to custom NPM modules for self-hosted callin.io instances

This is the approach I adopted. It's superior to rebuilding the base image after pnpm add in the task-runner project because it: Bypasses lengthy c...

2 months ago
Forum