From aed3ab3e20dea6ad49e0fe5f469af408092fa732 Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Mon, 17 Nov 2025 02:31:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=B4=D0=BE=D0=BA?= =?UTF-8?q?=D0=B5=D1=80=D1=84=D0=B0=D0=B9=D0=BB=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6bfe556..977b090 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine3.22 AS build ARG BUILD_CONFIGURATION=Release WORKDIR /src COPY ./SfeduSchedule ./SfeduSchedule -COPY ./SfeduSchedule.Abstractions ./SfeduSchedule.Abstractions +COPY ./ModeusSchedule.Abstractions ./ModeusSchedule.Abstractions WORKDIR /src/SfeduSchedule RUN dotnet restore "SfeduSchedule.csproj" RUN dotnet publish "SfeduSchedule.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false