Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen committed Dec 16, 2021
1 parent 5769f67 commit 0857394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ ENTRYPOINT [ "docfx" ]

ADD ./entrypoint.sh /usr/local/bin/docfx

ADD https://github.com/dotnet/docfx/releases/download/v2.58.2/docfx.zip /
ADD https://github.com/dotnet/docfx/releases/download/v2.58.9/docfx.zip /
RUN unzip docfx.zip -d /docfx && \
rm docfx.zip

0 comments on commit 0857394

Please sign in to comment.