[debug-tools] Module init. (#9)

This commit is contained in:
Andriy
2022-03-17 17:39:57 +02:00
committed by GitHub
parent c1008e1040
commit 6ddea8ed1a
5 changed files with 71 additions and 2 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ COPY ./modules/Entertainment/*.csproj ./modules/Entertainment/
COPY ./modules/UserGroupTag/*.csproj ./modules/UserGroupTag/
COPY ./modules/ChatQuotes/*.csproj ./modules/ChatQuotes/
COPY ./modules/Reputation/*.csproj ./modules/Reputation/
COPY ./modules/ContentStore/*.csproj ./modules/ContentStore/
COPY ./modules/ContentStore/*.csproj ./modules/ContentStore/
COPY ./modules/DebugTools/*.csproj ./modules/DebugTools/
RUN dotnet restore Kruzya.TelegramBot.sln
# Copy all project files