diff --git a/images/custom/Containerfile b/images/custom/Containerfile index 8250db80..0240d5b9 100644 --- a/images/custom/Containerfile +++ b/images/custom/Containerfile @@ -131,7 +131,8 @@ RUN bench get-app --branch=${HRMS_BRANCH} --resolve-deps hrms ${HRMS_REPO} RUN echo "frappe\nhrms\nerpnext" > sites/apps.txt RUN echo "{}" > sites/common_site_config.json -RUN find apps -mindepth 1 -path "*/.git" | xargs rm -fr +# DO NOT REMOVE .git FOLDERS +# RUN find apps -mindepth 1 -path "*/.git" | xargs rm -fr FROM base as erp diff --git a/images/production/Containerfile b/images/production/Containerfile index 8fe46340..a4505dba 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -125,7 +125,8 @@ RUN bench get-app --branch=${HRMS_BRANCH} --resolve-deps hrms ${HRMS_REPO} RUN echo "frappe\nhrms\nerpnext" > sites/apps.txt RUN echo "{}" > sites/common_site_config.json -RUN find apps -mindepth 1 -path "*/.git" | xargs rm -fr +# DO NOT REMOVE .git FOLDERS +# RUN find apps -mindepth 1 -path "*/.git" | xargs rm -fr FROM base as erp