H Vs 8 месяцев назад
Родитель
Сommit
91f5f5335d
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      NearCardAttendance.TcpServer/Dockerfile

+ 1
- 1
NearCardAttendance.TcpServer/Dockerfile Просмотреть файл

@@ -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


Загрузка…
Отмена
Сохранить