Try to fix n8n "Task runner failed to start" error

This commit is contained in:
2025-02-22 21:45:57 +11:00
parent 30a25c08b0
commit 2cdd57550b
+4
View File
@@ -35,6 +35,10 @@ spec:
- name: n8n
image: n8nio/n8n:1.80.2
imagePullPolicy: IfNotPresent
args:
- |
npm install -g moment lodash collect.js sugar markdown
n8n start
ports:
- containerPort: 5678
name: web