From 7acebb75c6831e862d7a44fc224e7e44ae8eb4fa Mon Sep 17 00:00:00 2001 From: Bohdan Kucherivayi Date: Sun, 1 Dec 2024 19:29:21 +0200 Subject: [PATCH] fix: remove step --- images/production/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/production/Containerfile b/images/production/Containerfile index 1e9177733a..76e12c4315 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -127,7 +127,7 @@ RUN bench init \ echo "{}" > sites/common_site_config.json && \ find apps -mindepth 1 -path "*/.git" | xargs rm -fr -FROM builder AS erpnext +# FROM base AS erpnext USER frappe