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