From eb93a22628d0c8ec923bddf00c716e1ef8ba5866 Mon Sep 17 00:00:00 2001 From: alirehmani Date: Fri, 3 May 2024 22:32:22 +0500 Subject: [PATCH] update --- src/Managing.Api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Managing.Api/Dockerfile b/src/Managing.Api/Dockerfile index 651b3bf..ba15f9a 100644 --- a/src/Managing.Api/Dockerfile +++ b/src/Managing.Api/Dockerfile @@ -20,7 +20,7 @@ COPY ["./src/Managing.Application.Workers/Managing.Application.Workers.csproj", COPY ["./src/Managing.Infrastructure.Messengers/Managing.Infrastructure.Messengers.csproj", "Managing.Infrastructure.Messengers/"] COPY ["./src/Managing.Infrastructure.Exchanges/Managing.Infrastructure.Exchanges.csproj", "Managing.Infrastructure.Exchanges/"] COPY ["./src/Managing.Infrastructure.Database/Managing.Infrastructure.Databases.csproj", "Managing.Infrastructure.Database/"] -RUN dotnet restore "Managing.Api/Managing.Api.csproj" +RUN dotnet restore "./src/Managing.Api/Managing.Api.csproj" COPY . . WORKDIR "/src/Managing.Api" RUN dotnet build "Managing.Api.csproj" -c Release -o /app/build