From 651e62f280b40b333156d3ee7e85ae135710794e Mon Sep 17 00:00:00 2001 From: Alexandre GLENAT Date: Thu, 23 Mar 2023 00:51:18 +0100 Subject: [PATCH] tfgycurv yg --- Sources/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Dockerfile b/Sources/Dockerfile index 524a718..34ce8ba 100644 --- a/Sources/Dockerfile +++ b/Sources/Dockerfile @@ -10,7 +10,7 @@ EXPOSE 443 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build WORKDIR /src -COPY ["Api/Api.csproj", "Api/"] +COPY ["Api/Apii.csproj", "Api/"] COPY ["Dto/Dto.csproj", "Dto/"] COPY ["Modele/Modele.csproj", "Modele/"] COPY ["Entity_Framework/Entity_Framework.csproj", "Entity_Framework/"]