mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Use the prebuilt image by default.
This commit is contained in:
parent
d9e744fc7b
commit
2aabf748b4
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue