Docs: Add Image development note

This commit is contained in:
JJ-Cronos 2024-05-19 18:46:14 +02:00
parent 20541c5fbf
commit 4465f6e1a3
2 changed files with 2 additions and 1 deletions

View file

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

View file

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