n8n update

This commit is contained in:
2025-12-22 10:46:24 +01:00
parent 0fc4011e9a
commit 54bfe7bdc4
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ RUN dnf update -y && \
dnf clean all
# 3. lépés: Globális npm csomagok telepítése (gemini-cli és n8n)
RUN npm install -g @google/gemini-cli n8n
RUN npm install -g @google/gemini-cli n8n @n8n-io/n8n-nodes-base
# 4. lépés: n8n portjának dokumentálása
EXPOSE 5678