1
0
mirror of https://github.com/rancher/os.git synced 2025-06-28 15:56:58 +00:00
os/docs/Dockerfile

6 lines
193 B
Docker
Raw Normal View History

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