From 78290912be7e5edb1e1656fb6bf5f0f4f1bd5288 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Thu, 14 Mar 2024 21:13:03 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'EntityFramework=5F?= =?UTF-8?q?LoL/Sources/API=5FLoL=5FProject/Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EntityFramework_LoL/Sources/API_LoL_Project/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/EntityFramework_LoL/Sources/API_LoL_Project/Dockerfile b/EntityFramework_LoL/Sources/API_LoL_Project/Dockerfile index ec8d32a..2e8c286 100644 --- a/EntityFramework_LoL/Sources/API_LoL_Project/Dockerfile +++ b/EntityFramework_LoL/Sources/API_LoL_Project/Dockerfile @@ -14,6 +14,7 @@ COPY ["Shared/Shared.csproj", "Shared/"] COPY ["DTO/DTO.csproj", "DTO/"] RUN dotnet restore "API_LoL_Project/API_LoL_Project.csproj" COPY . . +RUN ls WORKDIR "/src/API_LoL_Project" RUN dotnet build "API_LoL_Project.csproj" -c Release -o /app/build