From 4c27474b6e837d4919a2ff8ad53f499530b14e2d Mon Sep 17 00:00:00 2001 From: Hugo LIVET Date: Mon, 8 Jan 2024 21:48:52 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 03921be..ab160d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,6 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 -RUN dotnet tool install --global dotnet-sonarscanner \ No newline at end of file +RUN dotnet tool install --global dotnet-sonarscanner +ENV PATH="$PATH:/root/.dotnet/tools" +WORKDIR /build + +COPY . ./ \ No newline at end of file