[0.1] Add scripts
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user