fixed a mistake

This commit is contained in:
2025-12-24 20:05:48 +00:00
parent 3278fd76fc
commit 7d679d8589

View File

@@ -1,7 +1,6 @@
FROM n8nio/runners:latest
USER root
RUN cd /opt/runners/task-runner-python && uv pip install fantraxapi
RUN cat >/etc/n8n-task-runners.json <<EOL
COPY n8n-task-runners.json /etc/n8n-task-runners.json
EOL
USER runner