Change javascript command line and set to version 0.0.3
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ FROM n8nio/runners:latest
|
|||||||
LABEL authors="stephane.david"
|
LABEL authors="stephane.david"
|
||||||
ENV CI=true
|
ENV CI=true
|
||||||
USER root
|
USER root
|
||||||
RUN cd /opt/runners/task-runner-javascript && pnpm install && pnpm add moment uuid
|
RUN cd /opt/runners/task-runner-javascript && 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
@@ -1,4 +1,4 @@
|
|||||||
export VERSION=0.0.2
|
export VERSION=0.0.3
|
||||||
docker build -t n8n-runners-custom:"$VERSION" .
|
docker build -t n8n-runners-custom:"$VERSION" .
|
||||||
docker login gitea.sda.zone
|
docker login gitea.sda.zone
|
||||||
docker tag n8n-runners-custom:"$VERSION" gitea.sda.zone/stephane.david/n8n-runners-custom:"$VERSION"
|
docker tag n8n-runners-custom:"$VERSION" gitea.sda.zone/stephane.david/n8n-runners-custom:"$VERSION"
|
||||||
|
|||||||
Reference in New Issue
Block a user