From cfb71bd5877b691c36e12d1d128aca76c96784a7 Mon Sep 17 00:00:00 2001 From: Lev Date: Mon, 8 Nov 2021 17:41:07 +0300 Subject: [PATCH] fix(frappe-worker): Cloning frappe repo --- build/frappe-worker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/frappe-worker/Dockerfile b/build/frappe-worker/Dockerfile index 92d3ac81..a57be7e8 100644 --- a/build/frappe-worker/Dockerfile +++ b/build/frappe-worker/Dockerfile @@ -89,7 +89,7 @@ RUN wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | && rm -rf ${NVM_DIR}/.cache # Install Frappe -RUN git clone --depth 1 -o upstream ${GIT_REPO} -b ${GIT_BRANCH} https://github.com/frappe/frappe apps/frappe \ +RUN git clone --depth 1 -o upstream -b ${GIT_BRANCH} ${GIT_REPO} apps/frappe \ && env/bin/pip install --no-cache-dir -e apps/frappe # Copy scripts and templates