From c7161d42eebd0178ff6c39abd7d208803f17c9cd Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Sun, 5 Mar 2023 02:07:53 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Sources/MovieFinde?= =?UTF-8?q?r=5FAPI/Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/MovieFinder_API/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/MovieFinder_API/Dockerfile b/Sources/MovieFinder_API/Dockerfile index 1a692db..e9a87bd 100644 --- a/Sources/MovieFinder_API/Dockerfile +++ b/Sources/MovieFinder_API/Dockerfile @@ -12,6 +12,7 @@ COPY . . WORKDIR "/Sources/MovieFinder_API" RUN dotnet build "MovieFinder_API.csproj" -c Release -o /app/build + FROM build AS publish RUN dotnet publish "MovieFinder_API.csproj" -c Release -o /app/publish /p:UseAppHost=false