From 6aa95bd11dfd720cdcf8b9699eb4c150ef01057c Mon Sep 17 00:00:00 2001 From: Alexandre GLENAT Date: Thu, 23 Mar 2023 10:29:28 +0100 Subject: [PATCH] modif dockerfile --- Sources/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Dockerfile b/Sources/Dockerfile index 34ce8ba..524a718 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/Apii.csproj", "Api/"] +COPY ["Api/Api.csproj", "Api/"] COPY ["Dto/Dto.csproj", "Dto/"] COPY ["Modele/Modele.csproj", "Modele/"] COPY ["Entity_Framework/Entity_Framework.csproj", "Entity_Framework/"]