mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 22:25:09 +00:00
fix: sites-vol owned by non-root user
fixes permission denied error during site creation
This commit is contained in:
parent
accccb8f4e
commit
555aee2601
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue