Add first docker and docker-compose support

This commit is contained in:
Oscar Vicente Perez 2023-08-14 16:28:23 +02:00
commit bec242d841
5 changed files with 46 additions and 1 deletions

5
run.sh Normal file
View file

@ -0,0 +1,5 @@
#!/bin/sh
mkdir -p ~/.n8n/nodes/
cd ~/.n8n/nodes/
npm link n8n-nodes-<...>
/docker-entrypoint.sh