From 98597ec7f414ea51d088c4c8ef244b52eee76d1b Mon Sep 17 00:00:00 2001 From: Patrick BRUGIERE Date: Wed, 3 Apr 2024 08:48:19 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Project/EntityFram?= =?UTF-8?q?ework/API/Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Project/EntityFramework/API/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Project/EntityFramework/API/Dockerfile b/Project/EntityFramework/API/Dockerfile index 192f921..ac9f1cf 100644 --- a/Project/EntityFramework/API/Dockerfile +++ b/Project/EntityFramework/API/Dockerfile @@ -1,7 +1,4 @@ -#See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging. - FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base -USER app WORKDIR /app EXPOSE 8080 EXPOSE 8081 @@ -9,7 +6,6 @@ EXPOSE 8081 FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build ARG BUILD_CONFIGURATION=Release WORKDIR /src -RUN ls COPY ["API/API.csproj", "API/"] COPY ["DTOToEntity/DTOToEntity.csproj", "DTOToEntity/"] COPY ["DbContext/DbContextLib.csproj", "DbContext/"]