From d2f89858ed38a7bc81cf35f80faab082406fd473 Mon Sep 17 00:00:00 2001 From: Mauricio Vidal Date: Mon, 30 Jan 2023 18:52:35 -0500 Subject: [PATCH] chore: fix lint --- compose.yaml | 4 ++-- docs/custom-apps.md | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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: