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 3ff9ae7 commit 1c07554Copy full SHA for 1c07554
Dockerfile
@@ -7,7 +7,7 @@ ENV PATH="${PATH}:/root/.dotnet/tools"
7
ENV PLAYWRIGHT_NODEJS_PATH="/usr/bin/node"
8
9
# Set target docfx version.
10
-ARG DOCFX_VERSION=2.78.1
+ARG DOCFX_VERSION=2.78.2
11
12
# Install DocFX as a dotnet tool.
13
RUN dotnet tool install docfx -g --version ${DOCFX_VERSION} && \
@@ -25,4 +25,4 @@ RUN apt-get install -y -qq --update --no-install-recommends nodejs && \
25
WORKDIR /opt/prj
26
VOLUME [ "/opt/prj" ]
27
28
-ENTRYPOINT [ "docfx" ]
+ENTRYPOINT [ "docfx" ]
0 commit comments