Use nginx:alpine
All checks were successful
/ build (push) Successful in 6s

This commit is contained in:
Chris Cowley 2024-10-04 09:50:25 +02:00
parent 5b72ce1445
commit 1553f9e7c6

View file

@ -7,6 +7,6 @@ COPY . /docs/
RUN mkdocs build
FROM nginx:latest
FROM nginx:alpine
COPY --from=build /docs/site/ /usr/share/nginx/html/