Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 305 Bytes

File metadata and controls

12 lines (8 loc) · 305 Bytes

Contributing

This is a docker image of an enhanced version of n8n.

Add an extra node

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}