From 880690367a7ee517c5c9c0032016971d4d02950e Mon Sep 17 00:00:00 2001 From: Eric Libay Date: Thu, 4 Sep 2025 18:21:04 +0800 Subject: [PATCH] update pwd yml backend build --- pwd.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pwd.yml b/pwd.yml index 77d80707..8c1d6263 100644 --- a/pwd.yml +++ b/pwd.yml @@ -2,7 +2,13 @@ version: "3" services: backend: - image: frappe/erpnext:v15.78.0 + build: + context: . + dockerfile: images/layered/Containerfile + args: + FRAPPE_PATH: https://github.com/frappe/frappe + FRAPPE_BRANCH: version-15 + APPS_JSON: ./apps.json networks: - frappe_network deploy: