Bläddra i källkod

调整

develop
H Vs 1 år sedan
förälder
incheckning
85f352552f
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. +1
    -0
      NearCardAttendance.TcpServer/Dockerfile

+ 1
- 0
NearCardAttendance.TcpServer/Dockerfile Visa fil

@@ -13,6 +13,7 @@ COPY ["NearCardAttendance.Model/NearCardAttendance.Model.csproj", "NearCardAtten
COPY ["NearCardAttendance.Common/NearCardAttendance.Common.csproj", "NearCardAttendance.Common/"] COPY ["NearCardAttendance.Common/NearCardAttendance.Common.csproj", "NearCardAttendance.Common/"]
COPY ["NearCardAttendance.Service/NearCardAttendance.Service.csproj", "NearCardAttendance.Service/"] COPY ["NearCardAttendance.Service/NearCardAttendance.Service.csproj", "NearCardAttendance.Service/"]
RUN dotnet nuget remove source nuget.org RUN dotnet nuget remove source nuget.org
RUN dotnet nuget add source https://repo.huaweicloud.com/repository/nuget/v3/index.json -n huaweicloud_nuget
RUN dotnet restore "NearCardAttendance.TcpServer/NearCardAttendance.TcpServer.csproj" RUN dotnet restore "NearCardAttendance.TcpServer/NearCardAttendance.TcpServer.csproj"
COPY . . COPY . .
WORKDIR "/src/NearCardAttendance.TcpServer" WORKDIR "/src/NearCardAttendance.TcpServer"


Laddar…
Avbryt
Spara