mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 21:55:09 +00:00
Update Dockerfile
This commit is contained in:
parent
9b09d61433
commit
c8fcbe0fdb
1 changed files with 2 additions and 4 deletions
|
|
@ -32,8 +32,6 @@ RUN apt-get install -y wkhtmltopdf
|
|||
USER frappe
|
||||
WORKDIR /home/frappe
|
||||
RUN git clone -b master https://github.com/frappe/bench.git bench-repo
|
||||
|
||||
|
||||
RUN pip install --user -e bench-repo
|
||||
|
||||
USER root
|
||||
|
|
@ -41,5 +39,5 @@ RUN apt-get install -y libmysqlclient-dev mariadb-client mariadb-common
|
|||
RUN npm install -g yarn
|
||||
|
||||
USER frappe
|
||||
|
||||
WORKDIR /home/frappe/frappe-bench
|
||||
ENV PATH /home/frappe/.local/bin:$PATH
|
||||
WORKDIR /home/frappe/
|
||||
|
|
|
|||
Loading…
Reference in a new issue