Обновить PARR.API/Dockerfile
This commit is contained in:
@@ -7,7 +7,7 @@ EXPOSE 80
|
|||||||
FROM 10.99.253.167:8090/dotnet/sdk:7.0 AS build
|
FROM 10.99.253.167:8090/dotnet/sdk:7.0 AS build
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY ["NuGet.config", "."]
|
COPY ["NuGet.config", "."]
|
||||||
COPY ["PARR_API/PARR.API.csproj", "PARR_API/"]
|
COPY ["PARR.API/PARR.API.csproj", "PARR_API/"]
|
||||||
COPY ["PARR.DAL/PARR.DAL.csproj", "PARR.DAL/"]
|
COPY ["PARR.DAL/PARR.DAL.csproj", "PARR.DAL/"]
|
||||||
RUN dotnet restore "PARR_API/PARR.API.csproj"
|
RUN dotnet restore "PARR_API/PARR.API.csproj"
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user