mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +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
|
||||
|
||||
frappe:
|
||||
image: docker.io/frappe/bench:latest
|
||||
platform: linux/amd64
|
||||
build: ../images/bench
|
||||
command: sleep infinity
|
||||
environment:
|
||||
- SHELL=/bin/bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue