Some small changes

This commit is contained in:
2026-07-19 11:33:18 +02:00
parent a30d97d05c
commit 17c90ad1d5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
FROM n8nio/runners:latest
LABEL authors="stephane.david"
USER root
RUN cd /opt/runners/task-runner-javascript && pnpm add moment uuid
RUN cd /opt/runners/task-runner-javascript && pnpm install && pnpm add moment uuid
RUN cd /opt/runners/task-runner-python && uv pip install numpy pandas pikepdf
COPY n8n-task-runners.json /etc/n8n-task-runners.json
USER runner