From 17c90ad1d576b33393639e75099b8e4177ce6fee Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 19 Jul 2026 11:33:18 +0200 Subject: [PATCH] Some small changes --- Dockerfile | 2 +- imagebuild.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cac9b75..1e3f1a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/imagebuild.sh b/imagebuild.sh index 2de521d..a5dbd97 100644 --- a/imagebuild.sh +++ b/imagebuild.sh @@ -1,4 +1,4 @@ -docker build . +docker build -t n8n-runners:custom . docker login gitea.sda.zone docker tag n8n-runners:custom gitea.sda.zone/stephane.david/n8n-runners:custom docker push gitea.sda.zone/stephane.david/n8n-runners:custom \ No newline at end of file