fix build

This commit is contained in:
2024-05-29 01:51:26 +03:00
parent 615e39b326
commit 179e6cc3ef
+1
View File
@@ -19,6 +19,7 @@ COPY ./modules/ContentStore/*.csproj ./modules/ContentStore/
COPY ./modules/DebugTools/*.csproj ./modules/DebugTools/ COPY ./modules/DebugTools/*.csproj ./modules/DebugTools/
COPY ./modules/CodeWatcher/*.csproj ./modules/CodeWatcher/ COPY ./modules/CodeWatcher/*.csproj ./modules/CodeWatcher/
COPY ./modules/StickerTools/*.csproj ./modules/StickerTools/ COPY ./modules/StickerTools/*.csproj ./modules/StickerTools/
COPY ./modules/CustomChatAddOns/*.csproj ./modules/CustomChatAddOns/
RUN dotnet restore Kruzya.TelegramBot.sln RUN dotnet restore Kruzya.TelegramBot.sln
# Copy all project files # Copy all project files