mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +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:
|
services:
|
||||||
backend:
|
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:
|
networks:
|
||||||
- frappe_network
|
- frappe_network
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue