From ddf67f1a7f56e3eb4d5fbf314dc8088b251d5907 Mon Sep 17 00:00:00 2001 From: Bohdan Kucherivayi Date: Thu, 15 Feb 2024 20:35:34 +0200 Subject: [PATCH] fix container builds --- images/custom/Containerfile | 2 +- images/production/Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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