Moving docker file to a docker folder

This commit is contained in:
Oscar Vicente Perez 2023-08-15 11:25:23 +02:00
commit f603b550f6
3 changed files with 5 additions and 3 deletions

5
docker/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