From 35152d66b7879842525ef46a8b8545f5c776f833 Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Sun, 5 Mar 2023 02:03:58 +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 deletion(-) diff --git a/Sources/MovieFinder_API/Dockerfile b/Sources/MovieFinder_API/Dockerfile index 61ed039..1a692db 100644 --- a/Sources/MovieFinder_API/Dockerfile +++ b/Sources/MovieFinder_API/Dockerfile @@ -4,7 +4,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base WORKDIR /app EXPOSE 80 EXPOSE 443 - FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build WORKDIR /src COPY ["MovieFinder_API/MovieFinder_API.csproj", "MovieFinder_API/"]