Update 3 files

- /dist.tgz
- /docker-entrypoint.sh
- /Dockerfile
This commit is contained in:
2024-01-16 03:23:55 +00:00
parent 9eef534193
commit 082fac842d
3 changed files with 1 additions and 25 deletions

View File

@@ -4,9 +4,6 @@ FROM n8nio/n8n:latest
USER root
COPY inject.js /tmp
COPY dist.tgz /tmp
RUN cat /tmp/inject.js >> /usr/local/lib/node_modules/n8n/packages/cli/dist/License.js
COPY docker-entrypoint.sh /
USER node
USER node