From 05e90803124d42baa2371cef06d39ff06da65fad Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Wed, 20 Mar 2024 11:45:27 -0700 Subject: [PATCH] Separate build into context and dockerfile --- compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 7e8216f5..4dc8c43d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,7 +3,9 @@ x-customizable-image: &customizable_image # See https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md # about using custom images. # image: frappe/erpnext:${ERPNEXT_VERSION:?No ERPNext version set} - build: ./images/production/ContainerFile + build: + context: ./images/production + dockerfile: ContainerFile x-depends-on-configurator: &depends_on_configurator depends_on: