mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-10 09:02:13 +00:00
Fix groups in bake file
This commit is contained in:
parent
b6acbe024b
commit
bf95cfa0c9
@ -30,11 +30,11 @@ target "bench-test" {
|
|||||||
# Base for all other targets
|
# Base for all other targets
|
||||||
|
|
||||||
group "frappe" {
|
group "frappe" {
|
||||||
targets = ["backend", "frontend", "socketio"]
|
targets = ["frappe-worker", "frappe-nginx", "frappe-socketio"]
|
||||||
}
|
}
|
||||||
|
|
||||||
group "erpnext" {
|
group "erpnext" {
|
||||||
targets = ["erpnext-backend", "erpnext-frontend"]
|
targets = ["erpnext-worker", "erpnext-nginx"]
|
||||||
}
|
}
|
||||||
|
|
||||||
group "default" {
|
group "default" {
|
||||||
|
Loading…
Reference in New Issue
Block a user