From 179e6cc3ef0cad4422dcbc2c8f2753aafd1c890e Mon Sep 17 00:00:00 2001 From: Sergey Gut Date: Wed, 29 May 2024 01:51:26 +0300 Subject: [PATCH] fix build --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9e9a18e..dde8db5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ COPY ./modules/ContentStore/*.csproj ./modules/ContentStore/ COPY ./modules/DebugTools/*.csproj ./modules/DebugTools/ COPY ./modules/CodeWatcher/*.csproj ./modules/CodeWatcher/ COPY ./modules/StickerTools/*.csproj ./modules/StickerTools/ +COPY ./modules/CustomChatAddOns/*.csproj ./modules/CustomChatAddOns/ RUN dotnet restore Kruzya.TelegramBot.sln # Copy all project files