Use the prebuilt image by default.

This commit is contained in:
Niklas Liechti 2025-09-22 10:09:18 +02:00
parent d9e744fc7b
commit 2aabf748b4

View file

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