Some small changes
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
Reference in New Issue
Block a user