Skip to content

Commit d35cdad

Browse files
committed
Update Dockerfile
1 parent 9af2903 commit d35cdad

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM n8nio/n8n:1.98.0
2+
WORKDIR /home/node
23
USER root
3-
COPY dist/credentials/ /home/node/.n8n/custom/credentials/
4-
COPY dist/nodes/ /home/node/.n8n/custom/nodes/
4+
COPY ./ /n8n-plugin
5+
RUN cd /n8n-plugin && npm link
6+
RUN cd ~/.n8n/custom/ && npm link neoforged-n8n-plugin
57
USER node
6-
WORKDIR /home/node

0 commit comments

Comments
 (0)