mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-11-12 03:17:30 -06:00
Add first docker and docker-compose support
This commit is contained in:
parent
c1320ac047
commit
bec242d841
5 changed files with 46 additions and 1 deletions
5
run.sh
Normal file
5
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