mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
fix: build
This commit is contained in:
parent
f03d6a9f7f
commit
a461dac7dc
1 changed files with 0 additions and 1 deletions
|
|
@ -120,7 +120,6 @@ RUN bench init \
|
||||||
--verbose \
|
--verbose \
|
||||||
/home/zapal/frappe-bench && \
|
/home/zapal/frappe-bench && \
|
||||||
cd /home/zapal/frappe-bench && \
|
cd /home/zapal/frappe-bench && \
|
||||||
bench get-app --branch=${ERPNEXT_BRANCH} --resolve-deps erpnext ${ERPNEXT_REPO} && \
|
|
||||||
echo "frappe\nhrms\nerpnext" > sites/apps.txt && \
|
echo "frappe\nhrms\nerpnext" > sites/apps.txt && \
|
||||||
echo "{}" > sites/common_site_config.json && \
|
echo "{}" > sites/common_site_config.json && \
|
||||||
find apps -mindepth 1 -path "*/.git" | xargs rm -fr
|
find apps -mindepth 1 -path "*/.git" | xargs rm -fr
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue