From c55ba0302aeb562ffe63cfb4c6ddab0dc848ca36 Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Mon, 25 Mar 2024 13:57:21 -0700 Subject: [PATCH] remove git rm rf --- Shilohimage | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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