mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
🐛 Fix rpi docker image permission issue (#1293)
This commit is contained in:
@@ -15,6 +15,5 @@ ENV NODE_ENV production
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
USER node
|
||||
|
||||
CMD n8n
|
||||
CMD chown -R node:node /home/node/.n8n \
|
||||
&& gosu node n8n
|
||||
|
||||
Reference in New Issue
Block a user