diff --git a/README.md b/README.md index 8ceccee1..d60c4744 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/devcontainer-example/docker-compose.yml b/devcontainer-example/docker-compose.yml index b3789f48..1e119112 100644 --- a/devcontainer-example/docker-compose.yml +++ b/devcontainer-example/docker-compose.yml @@ -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: