mirror of
https://github.com/rancher/os.git
synced 2025-06-28 15:56:58 +00:00
6 lines
193 B
Docker
6 lines
193 B
Docker
|
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
|