diff --git a/compose.yaml b/compose.yaml index a290d9ec..5a2809e1 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,9 +1,9 @@ x-customizable-image: &customizable_image # By default the image used only contains the `frappe` and `erpnext` apps. # See https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md - # for using custom images + # about using custom images. image: frappe/erpnext:${ERPNEXT_VERSION:?No ERPNext version set} - + x-depends-on-configurator: &depends_on_configurator depends_on: configurator: diff --git a/docs/custom-apps.md b/docs/custom-apps.md index 32538813..618013e3 100644 --- a/docs/custom-apps.md +++ b/docs/custom-apps.md @@ -98,7 +98,6 @@ podman run --rm -it \ More about [kaniko](https://github.com/GoogleContainerTools/kaniko) - ### Use Images On the [compose.yaml](../compose.yaml) replace the image reference to the `tag` you used when you built it. Then, if you used a tag like `custom_erpnext:staging` the `x-customizable-image` section will look like this: