From 643dd4b4cea163fb3a2d59b08d2c1b03e707ca25 Mon Sep 17 00:00:00 2001 From: vishalseshagiri Date: Fri, 6 Oct 2017 13:55:55 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62fc03e8..ead77afa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN apt-get install -y wkhtmltopdf USER 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 RUN pip install -e bench-repo