mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
n8n v2.0 executes code nodes in a separate task runner container. the runner image (n8nio/runners) doesn't include npm packages like cheerio, axios, moment, lodash - causing "module is disallowed" errors. - add Dockerfile.runner with npm packages for code nodes - rename Dockerfile to Dockerfile.n8n for clarity - update docker-compose.yml to use custom runner build