mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 09:15:10 +00:00
chore: fix lint
This commit is contained in:
parent
0a48b6e4f3
commit
d2f89858ed
2 changed files with 2 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
x-customizable-image: &customizable_image
|
x-customizable-image: &customizable_image
|
||||||
# By default the image used only contains the `frappe` and `erpnext` apps.
|
# 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
|
# 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}
|
image: frappe/erpnext:${ERPNEXT_VERSION:?No ERPNext version set}
|
||||||
|
|
||||||
x-depends-on-configurator: &depends_on_configurator
|
x-depends-on-configurator: &depends_on_configurator
|
||||||
depends_on:
|
depends_on:
|
||||||
configurator:
|
configurator:
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,6 @@ podman run --rm -it \
|
||||||
|
|
||||||
More about [kaniko](https://github.com/GoogleContainerTools/kaniko)
|
More about [kaniko](https://github.com/GoogleContainerTools/kaniko)
|
||||||
|
|
||||||
|
|
||||||
### Use Images
|
### 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:
|
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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue