From b6bb2b7a0c1d074c044216c100a97df771671c1a Mon Sep 17 00:00:00 2001
From: Andrey Sobolev <haiodo@gmail.com>
Date: Tue, 6 Aug 2024 23:10:00 +0700
Subject: [PATCH] Fix docke target to include ai-bot

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
---
 common/config/rush/command-line.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/config/rush/command-line.json b/common/config/rush/command-line.json
index 11fc7155cc..ecd0a088ac 100644
--- a/common/config/rush/command-line.json
+++ b/common/config/rush/command-line.json
@@ -238,7 +238,7 @@
       "summary": "Build docker with platform",
       "description": "use to build all docker containers required for platform",
       "safeForSimultaneousRushProcesses": true,
-      "shellCommand": "rush docker:build -p 20 --to @hcengineering/pod-server --to @hcengineering/pod-front --to @hcengineering/prod --to @hcengineering/pod-account --to @hcengineering/pod-collaborator --to @hcengineering/tool --to @hcengineering/pod-print --to @hcengineering/pod-sign --to @hcengineering/pod-analytics-collector --to @hcengineering/rekoni-service"
+      "shellCommand": "rush docker:build -p 20 --to @hcengineering/pod-server --to @hcengineering/pod-front --to @hcengineering/prod --to @hcengineering/pod-account --to @hcengineering/pod-collaborator --to @hcengineering/tool --to @hcengineering/pod-print --to @hcengineering/pod-sign --to @hcengineering/pod-analytics-collector --to @hcengineering/rekoni-service --to @hcengineering/pod-ai-bot"
     },        
     {
       "commandKind": "global",