Separate build into context and dockerfile
This commit is contained in:
parent
f474f31ca2
commit
05e9080312
@ -3,7 +3,9 @@ x-customizable-image: &customizable_image
|
|||||||
# See https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md
|
# See https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md
|
||||||
# about using custom images.
|
# about using custom images.
|
||||||
# image: frappe/erpnext:${ERPNEXT_VERSION:?No ERPNext version set}
|
# 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
|
x-depends-on-configurator: &depends_on_configurator
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user