fix dockerfile
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 5m26s

This commit is contained in:
2026-01-25 01:26:48 +07:00
parent 4adc792b36
commit b3f25afd4c

View File

@@ -15,7 +15,7 @@ RUN apk add --no-cache \
netcat-openbsd \
nodejs \
npm \
&& npm install -g n8n@${N8N_VERSION}
&& npm install -g n8n@${N8N_VERSION} \
&& rm -rf /var/cache/apk/*
# Создание пользователя и домашней директории