From 08c50aad72fbc3861c68d91357995f22045cc770 Mon Sep 17 00:00:00 2001 From: Bohdan Kucherivayi Date: Thu, 15 Feb 2024 14:53:29 +0200 Subject: [PATCH] revert build fix --- images/custom/Containerfile | 3 ++- images/production/Containerfile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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