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:
commit
d9c77df3f2
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user