fix: build frappe-socketio part of erpnext group

This commit is contained in:
Revant Nandgaonkar 2022-12-28 05:12:53 +05:30
parent 0e0b9d7564
commit 56f6b8e939

View file

@ -44,12 +44,8 @@ target "bench-test" {
# Main images
# Base for all other targets
group "frappe" {
targets = ["frappe-worker", "frappe-nginx", "frappe-socketio"]
}
group "erpnext" {
targets = ["erpnext-worker", "erpnext-nginx"]
targets = ["erpnext-worker", "erpnext-nginx", "frappe-socketio"]
}
group "default" {