mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 16:49:11 +00:00
Build docs in netlify with docfx
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user