fix(API): Дополнен dockerfile
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user