mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 07:45:09 +00:00
Fix /build -> /images in docs
This commit is contained in:
parent
4ad4f65163
commit
28e706fb56
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Images
|
# Images
|
||||||
|
|
||||||
There's 4 images that you can find in `/build` directory:
|
There's 4 images that you can find in `/images` directory:
|
||||||
|
|
||||||
- `bench`. It is used for development. [Learn more how to start development](../development/README.md).
|
- `bench`. It is used for development. [Learn more how to start development](../development/README.md).
|
||||||
- `nginx`. This image contains JS and CSS assets. Container using this image also routes incoming requests using [nginx](https://www.nginx.com).
|
- `nginx`. This image contains JS and CSS assets. Container using this image also routes incoming requests using [nginx](https://www.nginx.com).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue