mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ RUN bash install.sh \
|
||||||
&& nvm alias default v${NODE_VERSION}
|
&& nvm alias default v${NODE_VERSION}
|
||||||
|
|
||||||
# Create frappe-bench directories
|
# 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
|
# Setup python environment
|
||||||
RUN python -m venv env \
|
RUN python -m venv env \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue