fix(API): Дополнен dockerfile

This commit is contained in:
Mikhail Kuznetsov
2026-04-20 13:42:27 +10:00
parent be1599aa25
commit 1ed10d5fc6

View File

@@ -19,6 +19,7 @@ COPY ["PARR.Core/PARR.Core.csproj", "PARR.Core/"]
COPY ["PARR.Domain/PARR.Domain.csproj", "PARR.Domain/"]
COPY ["PARR.DAL/PARR.DAL.csproj", "PARR.DAL/"]
COPY ["PARR.Infrastructure/PARR.Infrastructure.csproj", "PARR.Infrastructure/"]
COPY ["CHANGELOG.md", "PARR.API/"]
RUN dotnet restore "PARR.API/PARR.API.csproj"
COPY . .
WORKDIR "/src/PARR.API"