Merge pull request #410 from frappe/develop

fix: sites-vol permission
This commit is contained in:
Revant Nandgaonkar 2021-01-21 11:42:38 +05:30 committed by GitHub
commit 6d32c561c1
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 \