add access rule to user node for folder /home/node/*
All checks were successful
Build, Push and Redeploy Docker Image / build-and-push (push) Successful in 4m59s
All checks were successful
Build, Push and Redeploy Docker Image / build-and-push (push) Successful in 4m59s
This commit is contained in:
@@ -20,6 +20,7 @@ RUN apk add --no-cache \
|
||||
|
||||
# Создание пользователя и домашней директории
|
||||
#RUN adduser -D -s /bin/sh node && mkdir -p /home/node/.n8n
|
||||
RUN mkdir -p /home/node/.n8n && chown -R node:node /home/node
|
||||
|
||||
# Копирование скрипта и установка прав
|
||||
COPY start-n8n.sh /start.sh
|
||||
|
||||
Reference in New Issue
Block a user