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 FROM n8nio/runners:latest
LABEL authors="stephane.david" LABEL authors="stephane.david"
USER root 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 RUN cd /opt/runners/task-runner-python && uv pip install numpy pandas pikepdf
COPY n8n-task-runners.json /etc/n8n-task-runners.json COPY n8n-task-runners.json /etc/n8n-task-runners.json
USER runner USER runner
+1 -1
View File
@@ -1,4 +1,4 @@
docker build . docker build -t n8n-runners:custom .
docker login gitea.sda.zone docker login gitea.sda.zone
docker tag n8n-runners:custom gitea.sda.zone/stephane.david/n8n-runners:custom docker tag n8n-runners:custom gitea.sda.zone/stephane.david/n8n-runners:custom
docker push gitea.sda.zone/stephane.david/n8n-runners:custom docker push gitea.sda.zone/stephane.david/n8n-runners:custom