fix dockerfile
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 5m26s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 5m26s
This commit is contained in:
@@ -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/*
|
||||
|
||||
# Создание пользователя и домашней директории
|
||||
|
||||
Reference in New Issue
Block a user