diff --git a/Shilohimage b/Shilohimage index 056a6bfa..be6601b6 100644 --- a/Shilohimage +++ b/Shilohimage @@ -117,8 +117,7 @@ RUN bench init \ /home/frappe/frappe-bench && \ cd /home/frappe/frappe-bench && \ bench get-app --branch=${ERPNEXT_BRANCH} --resolve-deps erpnext ${ERPNEXT_REPO} && \ - echo "{}" > sites/common_site_config.json && \ - find apps -mindepth 1 -path "*/.git" | xargs rm -fr + echo "{}" > sites/common_site_config.json FROM base as erpnext