H Vs před 9 měsíci
rodič
revize
91f5f5335d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      NearCardAttendance.TcpServer/Dockerfile

+ 1
- 1
NearCardAttendance.TcpServer/Dockerfile Zobrazit soubor

@@ -13,7 +13,7 @@ COPY ["NearCardAttendance.Model/NearCardAttendance.Model.csproj", "NearCardAtten
COPY ["NearCardAttendance.Common/NearCardAttendance.Common.csproj", "NearCardAttendance.Common/"]
COPY ["NearCardAttendance.Service/NearCardAttendance.Service.csproj", "NearCardAttendance.Service/"]
RUN dotnet nuget remove source nuget.org
RUN dotnet restore "NearCardAttendance.TcpServer.csproj"
RUN dotnet restore "NearCardAttendance.TcpServer/NearCardAttendance.TcpServer.csproj"
COPY . .
WORKDIR "/src/NearCardAttendance.TcpServer"
RUN dotnet build "NearCardAttendance.TcpServer.csproj" -c Release -o /app/build


Načítá se…
Zrušit
Uložit