mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +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
|
||||
```
|
||||
|
||||
> 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
|
||||
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ services:
|
|||
image: docker.io/redis:alpine
|
||||
|
||||
frappe:
|
||||
# *Update the correct image here to be used for the rafnav_bench
|
||||
image: rafnav_bench:latest
|
||||
command: sleep infinity
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue