2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 22:31:07 +00:00

Merge pull request #409 from revant/fix-vol-perm

fix: sites-vol owned by non-root user
This commit is contained in:
Revant Nandgaonkar 2021-01-20 18:12:02 +05:30 committed by GitHub
commit d9c77df3f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ RUN bash install.sh \
&& nvm alias default v${NODE_VERSION}
# Create frappe-bench directories
RUN mkdir -p apps logs commands /home/frappe/backups
RUN mkdir -p apps logs commands sites /home/frappe/backups
# Setup python environment
RUN python -m venv env \