mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 14:15:09 +00:00
fixed path isssue
This commit is contained in:
parent
ec4cd3e762
commit
7ba473ea0b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ RUN pip install -e bench-repo
|
|||
RUN apt-get install -y libmysqlclient-dev mariadb-client mariadb-common
|
||||
RUN npm install -g yarn
|
||||
RUN chown -R frappe:frappe /home/frappe
|
||||
ENV PATH /home/frappe/.local/bin
|
||||
ENV PATH /home/frappe/.local/bin:$PATH
|
||||
|
||||
USER frappe
|
||||
WORKDIR /home/frappe/frappe-bench
|
||||
|
|
|
|||
Loading…
Reference in a new issue