fix: use correct user 'runner' in Dockerfile.runner

This commit is contained in:
Yury Kossakovsky
2025-12-09 21:32:45 -07:00
parent da7d3ba5b3
commit e284e5a129

View File

@@ -11,4 +11,4 @@ RUN pnpm add cheerio axios moment lodash
# Copy task runner configuration
COPY n8n-task-runners.json /etc/n8n-task-runners.json
USER node
USER runner