From 04df48a23769c29832d93b0400c503873e892ac1 Mon Sep 17 00:00:00 2001 From: Patrick BRUGIERE Date: Wed, 27 Mar 2024 17:34:52 +0100 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project/EntityFramework/API/Dockerfile b/Project/EntityFramework/API/Dockerfile index 0407bab..91f7754 100644 --- a/Project/EntityFramework/API/Dockerfile +++ b/Project/EntityFramework/API/Dockerfile @@ -5,7 +5,7 @@ COPY . . WORKDIR /src/API ARG BUILD_CONFIGURATION=Release -RUN dotnet publish "API.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false +RUN dotnet publish "./API.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base USER $APP_UID