Add CI env variable

This commit is contained in:
2026-07-19 11:42:52 +02:00
parent 17c90ad1d5
commit f42370b32e
+1
View File
@@ -1,5 +1,6 @@
FROM n8nio/runners:latest
LABEL authors="stephane.david"
ENV CI=true
USER root
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