From e66b92123bac2ab1969fcc33116a2dd8eb64d418 Mon Sep 17 00:00:00 2001 From: Alexey Aristov Date: Thu, 15 May 2025 17:55:09 +0200 Subject: [PATCH] add pod-server to the 'rush docker' command (#8948) Signed-off-by: Alexey Aristov --- common/config/rush/command-line.json | 2 +- dev/docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config/rush/command-line.json b/common/config/rush/command-line.json index 3283d419f7..ea7f52bf2b 100644 --- a/common/config/rush/command-line.json +++ b/common/config/rush/command-line.json @@ -245,7 +245,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-workspace --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 --to @hcengineering/import-tool --to @hcengineering/pod-stats --to @hcengineering/pod-fulltext --to @hcengineering/pod-love --to @hcengineering/pod-mail --to @hcengineering/pod-datalake --to @hcengineering/pod-inbound-mail --to @hcengineering/pod-export --to @hcengineering/pod-msg2file" + "shellCommand": "rush docker:build -p 20 --to @hcengineering/pod-server --to @hcengineering/pod-front --to @hcengineering/prod --to @hcengineering/pod-account --to @hcengineering/pod-workspace --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 --to @hcengineering/import-tool --to @hcengineering/pod-stats --to @hcengineering/pod-fulltext --to @hcengineering/pod-love --to @hcengineering/pod-mail --to @hcengineering/pod-datalake --to @hcengineering/pod-inbound-mail --to @hcengineering/pod-export --to @hcengineering/pod-msg2file --to @hcengineering/pod-external" }, { "commandKind": "global", diff --git a/dev/docker-compose.yaml b/dev/docker-compose.yaml index f16c2d36b4..0d9c6da432 100644 --- a/dev/docker-compose.yaml +++ b/dev/docker-compose.yaml @@ -110,7 +110,7 @@ services: volumes: - files:/data healthcheck: - test: ["CMD", "mc", "ready", "local"] + test: ['CMD', 'mc', 'ready', 'local'] interval: 5s retries: 10 restart: unless-stopped