Hello infra.mdbook
All checks were successful
on-push / build (push) Successful in 2m18s
on-release / build (push) Successful in 2m10s

This commit is contained in:
2025-10-18 00:52:29 +02:00
commit ee4a2c0496
3 changed files with 85 additions and 0 deletions

7
mdbook/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM alpine:latest
LABEL maintainer="Ryan <ryan@helloryan.se>"
RUN apk add rust cargo
RUN cargo install mdbook
ENV PATH="/root/.cargo/bin"
ENTRYPOINT ["/root/.cargo/bin/mdbook"]