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:
5
docs/Dockerfile
Normal file
5
docs/Dockerfile
Normal 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
|
Reference in New Issue
Block a user