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 (#1587)
This commit is contained in:
@@ -15,5 +15,7 @@ ENV NODE_ENV production
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
USER root
|
||||
|
||||
CMD chown -R node:node /home/node/.n8n \
|
||||
&& gosu node n8n
|
||||
|
||||
Reference in New Issue
Block a user