Change context back, add dockerfile path
This commit is contained in:
parent
b6306af846
commit
9004454313
@ -4,8 +4,8 @@ x-customizable-image: &customizable_image
|
|||||||
# 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:
|
build:
|
||||||
context: ./images/production
|
context: .
|
||||||
dockerfile: Containerfile
|
dockerfile: images/production/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