mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 14:45:10 +00:00
update pwd yml backend build
This commit is contained in:
parent
d622567a6c
commit
880690367a
1 changed files with 7 additions and 1 deletions
8
pwd.yml
8
pwd.yml
|
|
@ -2,7 +2,13 @@ version: "3"
|
|||
|
||||
services:
|
||||
backend:
|
||||
image: frappe/erpnext:v15.78.0
|
||||
build:
|
||||
context: .
|
||||
dockerfile: images/layered/Containerfile
|
||||
args:
|
||||
FRAPPE_PATH: https://github.com/frappe/frappe
|
||||
FRAPPE_BRANCH: version-15
|
||||
APPS_JSON: ./apps.json
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue