mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
fix(frappe-worker): Cloning frappe repo
This commit is contained in:
parent
27e6301f1b
commit
cfb71bd587
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue