This is a docker image of an enhanced version of n8n.
You can add an extra node to the image by editing the Dockerfile, add the following line:
RUN cd /usr/lib/node_modules/n8n && npm install n8n-nodes-${NODE_NAME}This is a docker image of an enhanced version of n8n.
You can add an extra node to the image by editing the Dockerfile, add the following line:
RUN cd /usr/lib/node_modules/n8n && npm install n8n-nodes-${NODE_NAME}