mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-11 09:35:12 +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
@ -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 New Issue
Block a user