From 7172fe36592da9ad7722e068048b1650788834b8 Mon Sep 17 00:00:00 2001 From: ruberoid Date: Mon, 27 Oct 2025 23:53:13 +0400 Subject: [PATCH] fixed nuget.config copy to additional dockerfile context. --- docker-compose.yml | 12 ++++++++++++ telegram-client | 2 +- telegram-listener | 2 +- text-matcher | 2 +- users | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index bb8d684..4d490c4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,8 @@ services: build: context: telegram-client dockerfile: src/Nocr.TelegramClient.Host/Dockerfile + additional_contexts: + rootconfig: . ports: - 5050:8080 # IMPORTANT: Create .nocr.env file in project root with your secrets @@ -29,6 +31,8 @@ services: build: context: telegram-listener dockerfile: src/Nocr.TelegramListener.Host/Dockerfile + additional_contexts: + rootconfig: . ports: - 5040:8080 # IMPORTANT: Create .nocr.env file in project root with your secrets @@ -55,6 +59,8 @@ services: build: context: text-matcher dockerfile: src/Nocr.TextMatcher.Host/Dockerfile + additional_contexts: + rootconfig: . ports: - 5041:8080 # IMPORTANT: Create .nocr.env file in project root with your secrets @@ -80,6 +86,8 @@ services: build: context: text-matcher dockerfile: src/Nocr.TextMatcher.Migrator/Dockerfile + additional_contexts: + rootconfig: . image: nocr-text-matcher-migrations:latest container_name: nocr-text-matcher-migrator environment: @@ -94,6 +102,8 @@ services: build: context: users dockerfile: src/Nocr.Users.Host/Dockerfile + additional_contexts: + rootconfig: . ports: - 5042:8080 # IMPORTANT: Create .nocr.env file in project root with your secrets @@ -117,6 +127,8 @@ services: build: context: users dockerfile: src/Nocr.Users.Migrator/Dockerfile + additional_contexts: + rootconfig: . image: nocr-users-migrator:latest container_name: nocr-users-migrator environment: diff --git a/telegram-client b/telegram-client index 904a58b..c6f9c92 160000 --- a/telegram-client +++ b/telegram-client @@ -1 +1 @@ -Subproject commit 904a58bc138242a6dff1b02b26536643583fe3e0 +Subproject commit c6f9c92eac786b47eaf0c6c5109fd216731648e0 diff --git a/telegram-listener b/telegram-listener index 80ac813..a31068d 160000 --- a/telegram-listener +++ b/telegram-listener @@ -1 +1 @@ -Subproject commit 80ac8138c857123c658c2649f079a9cc756ed60f +Subproject commit a31068d63e9c12d87fa04399c7bdbb2938390eea diff --git a/text-matcher b/text-matcher index 1a3ffad..3cf29a5 160000 --- a/text-matcher +++ b/text-matcher @@ -1 +1 @@ -Subproject commit 1a3ffada92b0521c4c4e7ae8364aab151c65c377 +Subproject commit 3cf29a5aa1a54879c54200cb358c5bdbf41847f4 diff --git a/users b/users index 4cb1a00..f692e32 160000 --- a/users +++ b/users @@ -1 +1 @@ -Subproject commit 4cb1a005116bbf9cb6dbff90c99ff21c98dedfd1 +Subproject commit f692e329256d022377adaccbc72c53b393f2a29f