remove git rm rf

This commit is contained in:
PAlexanderFranklin 2024-03-25 13:57:21 -07:00
parent 4b8817c7a4
commit c55ba0302a

View File

@ -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