mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 09:15:10 +00:00
fix: build frappe-socketio part of erpnext group
This commit is contained in:
parent
0e0b9d7564
commit
56f6b8e939
1 changed files with 1 additions and 5 deletions
|
|
@ -44,12 +44,8 @@ target "bench-test" {
|
||||||
# Main images
|
# Main images
|
||||||
# Base for all other targets
|
# Base for all other targets
|
||||||
|
|
||||||
group "frappe" {
|
|
||||||
targets = ["frappe-worker", "frappe-nginx", "frappe-socketio"]
|
|
||||||
}
|
|
||||||
|
|
||||||
group "erpnext" {
|
group "erpnext" {
|
||||||
targets = ["erpnext-worker", "erpnext-nginx"]
|
targets = ["erpnext-worker", "erpnext-nginx", "frappe-socketio"]
|
||||||
}
|
}
|
||||||
|
|
||||||
group "default" {
|
group "default" {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue