Mise à jour de 'Dockerfile'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
62bf2b34e5
commit
4c27474b6e
@ -1,2 +1,6 @@
|
|||||||
FROM mcr.microsoft.com/dotnet/sdk:8.0
|
FROM mcr.microsoft.com/dotnet/sdk:8.0
|
||||||
RUN dotnet tool install --global dotnet-sonarscanner
|
RUN dotnet tool install --global dotnet-sonarscanner
|
||||||
|
ENV PATH="$PATH:/root/.dotnet/tools"
|
||||||
|
WORKDIR /build
|
||||||
|
|
||||||
|
COPY . ./
|
Loading…
Reference in new issue