mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
Do not use prebuilt bench image as it may be outdated or not available as an ARM build.
The source image is in this repo anyway.
This commit is contained in:
parent
5bce10ed18
commit
d9e744fc7b
1 changed files with 1 additions and 2 deletions
|
|
@ -42,8 +42,7 @@ services:
|
||||||
image: docker.io/redis:alpine
|
image: docker.io/redis:alpine
|
||||||
|
|
||||||
frappe:
|
frappe:
|
||||||
image: docker.io/frappe/bench:latest
|
build: ../images/bench
|
||||||
platform: linux/amd64
|
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
environment:
|
environment:
|
||||||
- SHELL=/bin/bash
|
- SHELL=/bin/bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue