mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
Docs: Add Image development note
This commit is contained in:
parent
20541c5fbf
commit
4465f6e1a3
2 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ Run the following command in your working directory
|
||||||
docker build -t rafnav_bench:latest ./images/rafnav_bench
|
docker build -t rafnav_bench:latest ./images/rafnav_bench
|
||||||
```
|
```
|
||||||
|
|
||||||
> You may change the tag to the relevant naming convention.
|
> You may change the tag to the relevant naming convention. However, you need to change the image used for development in the correct docker-compose file: ./.devcontainer/docker-compose.yml
|
||||||
|
|
||||||
## Container Initialization
|
## Container Initialization
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@ services:
|
||||||
image: docker.io/redis:alpine
|
image: docker.io/redis:alpine
|
||||||
|
|
||||||
frappe:
|
frappe:
|
||||||
|
# *Update the correct image here to be used for the rafnav_bench
|
||||||
image: rafnav_bench:latest
|
image: rafnav_bench:latest
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue