1
0
mirror of https://github.com/rancher/os.git synced 2025-09-08 02:01:27 +00:00

update master to generate docs like rancher.github.io does

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-08-17 06:01:19 +10:00
parent cb36d1c400
commit 7a0ebc409b
81 changed files with 538 additions and 174 deletions

5
docs/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM rancher/rancher.github.io:build AS builder
FROM nginx
COPY --from=builder /build/_site /usr/share/nginx/html/docs
COPY --from=builder /build/favicon.png /usr/share/nginx/html/favicon.png