diff --git a/images/custom/Containerfile b/images/custom/Containerfile index b242319c..ea3d3c06 100644 --- a/images/custom/Containerfile +++ b/images/custom/Containerfile @@ -132,7 +132,7 @@ 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 # DO NOT REMOVE .git FOLDERS -RUN find apps -mindepth 1 -path "*/.git" | xargs git remote rm upstream +# RUN find apps -mindepth 1 -path "*/.git" | xargs git remote rm upstream FROM base as erp diff --git a/images/production/Containerfile b/images/production/Containerfile index da8e2266..3fc2a496 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -126,7 +126,7 @@ 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 # DO NOT REMOVE .git FOLDERS -RUN find apps -mindepth 1 -path "*/.git" | xargs git remote rm upstream +# RUN find apps -mindepth 1 -path "*/.git" | xargs git remote rm upstream FROM base as erp