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"