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