1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-20 09:27:44 +03:00

🐛 Fix rpi docker image permission issue (#1293)

This commit is contained in:
mjysci 2021-03-25 22:19:16 +08:00 committed by GitHub
parent be83c240ba
commit 1a2b3dfbdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,5 @@ ENV NODE_ENV production
WORKDIR /data WORKDIR /data
USER node CMD chown -R node:node /home/node/.n8n \
&& gosu node n8n
CMD n8n