2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-11 01:32:10 +00:00

Update Dockerfile

This commit is contained in:
vishalseshagiri 2017-10-06 13:53:48 +05:30 committed by GitHub
parent 247f82ae0b
commit 7e9abdc738

View File

@ -29,7 +29,7 @@ RUN apt-get install -y wkhtmltopdf
USER frappe USER frappe
WORKDIR /home/frappe WORKDIR /home/frappe
RUN git clone -b develop https://github.com/vishalseshagiri/bench.git bench-repo RUN git clone -b develop https://github.com/frappe/bench.git bench-repo
USER root USER root
RUN pip install -e bench-repo RUN pip install -e bench-repo