Initial commit

This commit is contained in:
2023-09-08 18:21:14 +08:00
commit 91b441e314
11 changed files with 1707 additions and 0 deletions

13
Dockerfile Normal file
View File

@@ -0,0 +1,13 @@
#first stage - builder
FROM n8nio/n8n:latest
USER root
COPY inject.js /tmp
RUN cat inject.js >> /usr/local/lib/node_modules/n8n/dist/License.js
COPY docker-entrypoint.sh /
USER node
RUN mkdir