Build docs in netlify with docfx

This commit is contained in:
Gary Tierney
2019-08-04 03:15:46 +01:00
parent 0b61e559fc
commit 43acb3798d
13 changed files with 129 additions and 22 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
FROM mono:latest
RUN apt-get update -y && apt-get install -y unzip
RUN apt-get update -y && apt-get install -y unzip git
RUN mkdir -p /docfx
WORKDIR /docfx
RUN curl -L https://github.com/dotnet/docfx/releases/download/v2.43.3/docfx.zip -O \
RUN curl -L https://github.com/dotnet/docfx/releases/download/v2.44/docfx.zip -O \
&& unzip docfx.zip \
&& chmod +r /docfx