From 2d4b36f8c3b1b3e90ddb4185ad3a0f42ebedddd8 Mon Sep 17 00:00:00 2001 From: West14 <30056636+West14@users.noreply.github.com> Date: Mon, 14 Feb 2022 00:22:08 +0200 Subject: [PATCH] [ci] Update Dockerfile to build reputation module. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index da3dfa6..167e1dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ COPY ./modules/ChatManagement/*.csproj ./modules/ChatManagement/ COPY ./modules/Entertainment/*.csproj ./modules/Entertainment/ COPY ./modules/UserGroupTag/*.csproj ./modules/UserGroupTag/ COPY ./modules/ChatQuotes/*.csproj ./modules/ChatQuotes/ +COPY ./modules/Reputation/*.csproj ./modules/Reputation/ RUN dotnet restore Kruzya.TelegramBot.sln # Copy all project files