[0.1] Add scripts

This commit is contained in:
2026-03-10 15:46:13 +07:00
commit 5845c408fd
3 changed files with 136 additions and 0 deletions

11
Dockerfile Normal file
View File

@@ -0,0 +1,11 @@
FROM n8nio/runners:2.7.3
USER root
RUN cd /opt/runners/task-runner-javascript && pnpm add moment uuid
RUN cd /opt/runners/task-runner-python && uv pip install requests pillow
COPY n8n-task-runners.json /etc/n8n-task-runners.json
USER runner