From 2c1ce25c3cedae4bca579e786ad539fd95ac802e Mon Sep 17 00:00:00 2001 From: Bohdan Kucherivayi Date: Wed, 27 Nov 2024 23:37:08 +0200 Subject: [PATCH] fix: container --- images/production/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/production/Containerfile b/images/production/Containerfile index daa610ed..04e2a535 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -125,7 +125,7 @@ RUN bench init \ echo "{}" > sites/common_site_config.json && \ find apps -mindepth 1 -path "*/.git" | xargs rm -fr -FROM base AS erpnext +FROM builder AS erpnext USER zapal