chore: fix lint

This commit is contained in:
Mauricio Vidal 2023-01-30 18:52:35 -05:00
parent 0a48b6e4f3
commit d2f89858ed
2 changed files with 2 additions and 3 deletions

View file

@ -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:

View file

@ -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: