2
0
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:
Lev Vereshchagin 2021-12-13 19:23:54 +03:00
parent b6acbe024b
commit bf95cfa0c9

View File

@ -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" {