Skip to content

Commit 55127ed

Browse files
authored
Updated the wording around installing non-npm nodes in docker (n8n-io#2396)
1 parent 90acf2a commit 55127ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/creating-nodes/deploy/install-private-nodes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you're running n8n using Docker, you need to create a Docker image with the n
5454
EXPOSE 5678/tcp
5555
```
5656

57-
2. Copy your node and credential files into your container's `~/.n8n/custom/` directory. This makes them available to Docker.
57+
2. Compile your custom node code (`npm run build` if you are using nodes starter). Copy the **node** and **credential** folders from within the **dist** folder into your container's `~/.n8n/custom/` directory. This makes them available to Docker.
5858

5959
3. Download the [docker-entrypoint.sh](https://github.com/n8n-io/n8n/blob/master/docker/images/n8n/docker-entrypoint.sh) file, and place it in the same directory as your Dockerfile.
6060

@@ -70,4 +70,4 @@ You can now use your node in Docker.
7070

7171
## Install your node in a global n8n instance
7272

73-
If you've installed n8n globally, make sure that you install your node inside n8n. n8n will find the module and load it automatically.
73+
If you've installed n8n globally, make sure that you install your node inside n8n. n8n will find the module and load it automatically.

0 commit comments

Comments
 (0)