From 8d50285de54eb92c85a87416c4702c50465ebb4c Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Thu, 14 Mar 2024 21:15:40 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EntityFramework_LoL/Sources/API_LoL_Project/Dockerfile b/EntityFramework_LoL/Sources/API_LoL_Project/Dockerfile index 2e8c286..b6138cc 100644 --- a/EntityFramework_LoL/Sources/API_LoL_Project/Dockerfile +++ b/EntityFramework_LoL/Sources/API_LoL_Project/Dockerfile @@ -14,7 +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 +RUN ls API_LoL_Project/ WORKDIR "/src/API_LoL_Project" RUN dotnet build "API_LoL_Project.csproj" -c Release -o /app/build