mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-11-01 07:42:26 -05:00
Moving docker file to a docker folder
This commit is contained in:
parent
bec242d841
commit
f603b550f6
3 changed files with 5 additions and 3 deletions
5
docker/run.sh
Normal file
5
docker/run.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
mkdir -p ~/.n8n/nodes/
|
||||
cd ~/.n8n/nodes/
|
||||
npm link n8n-nodes-<...>
|
||||
/docker-entrypoint.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue