diff --git a/devcontainer-example/docker-compose.yml b/devcontainer-example/docker-compose.yml index 793536e1..97488f43 100644 --- a/devcontainer-example/docker-compose.yml +++ b/devcontainer-example/docker-compose.yml @@ -42,7 +42,9 @@ services: image: docker.io/redis:alpine frappe: - build: ../images/bench + image: docker.io/frappe/bench:latest + # If you want to build the current bench image the Containerfile is in this Repo. + # build: ../images/bench command: sleep infinity environment: - SHELL=/bin/bash