We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1886a69 commit c38f5f2Copy full SHA for c38f5f2
Dockerfile
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/dotnet/sdk:9.0-noble
3
RUN dotnet --version
4
5
# Setting the path up to allow .NET tools
6
-ENV PATH "$PATH:/root/.dotnet/tools"
+ENV PATH="$PATH:/root/.dotnet/tools"
7
8
RUN dotnet tool install --global docfx --version 2.78.2
9
0 commit comments