mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
🐛 Fix rpi docker image permission issue (#1587)
This commit is contained in:
parent
fac0876f95
commit
2753566e0a
|
@ -15,5 +15,7 @@ ENV NODE_ENV production
|
|||
|
||||
WORKDIR /data
|
||||
|
||||
USER root
|
||||
|
||||
CMD chown -R node:node /home/node/.n8n \
|
||||
&& gosu node n8n
|
||||
|
|
Loading…
Reference in a new issue