update pwd yml backend build

This commit is contained in:
Eric Libay 2025-09-04 18:21:04 +08:00
parent d622567a6c
commit 880690367a

View file

@ -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: