From 1ed10d5fc618ecdc6d12e41332ba29895126d4af Mon Sep 17 00:00:00 2001 From: Mikhail Kuznetsov Date: Mon, 20 Apr 2026 13:42:27 +1000 Subject: [PATCH] =?UTF-8?q?fix(API):=20=D0=94=D0=BE=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D0=BD=D0=B5=D0=BD=20dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PARR.API/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/PARR.API/Dockerfile b/PARR.API/Dockerfile index a1ad1cb9..9d9e43ec 100644 --- a/PARR.API/Dockerfile +++ b/PARR.API/Dockerfile @@ -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"