mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +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
|
image: docker.io/redis:alpine
|
||||||
|
|
||||||
frappe:
|
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
|
command: sleep infinity
|
||||||
environment:
|
environment:
|
||||||
- SHELL=/bin/bash
|
- SHELL=/bin/bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue