fix(aihitMainLoader,aihitMainSyncer): исправлены настройки Dockerfile

This commit is contained in:
Mikhail Kuznetsov
2025-05-21 12:12:02 +10:00
parent 0fd0b4881f
commit f57a290727
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ WORKDIR /src
COPY ["NuGet.config", "."]
COPY ["PARR.AIHITLoaderWorker/PARR.AIHITLoaderWorker.csproj", "PARR.AIHITLoaderWorker/"]
COPY ["PARR.AIHITLoader/PARR.AIHITLoader.csproj", "PARR.AIHITLoader/"]
COPY ["PARR.AIHITLoader/PARR.AIHITMainLoader.csproj", "PARR.AIHITMainLoader/"]
COPY ["PARR.AIHITMainLoader/PARR.AIHITMainLoader.csproj", "PARR.AIHITMainLoader/"]
COPY ["PARR.BLL/PARR.BLL.csproj", "PARR.BLL/"]
COPY ["PARR.Common/PARR.Common.csproj", "PARR.Common/"]
RUN dotnet restore "./PARR.AIHITLoaderWorker/./PARR.AIHITLoaderWorker.csproj"