mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
🐛 Fix rpi docker image permission issue (#1293)
This commit is contained in:
parent
be83c240ba
commit
1a2b3dfbdc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue