From b95602cef6c0835798517e103485a7f1190681bb Mon Sep 17 00:00:00 2001 From: Bohdan Kucherivayi Date: Sun, 1 Dec 2024 19:31:38 +0200 Subject: [PATCH] fix: target --- images/production/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/production/Containerfile b/images/production/Containerfile index 76e12c43..b355e7df 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -98,7 +98,7 @@ RUN apt-get update \ USER frappe -FROM build AS builder +FROM build AS erpnext ARG FRAPPE_BRANCH=version-15 ARG FRAPPE_PATH=https://github.com/zapal-tech/erp-frappe