From 1553f9e7c6502c72e0d9c566aa149ce9e2e5d185 Mon Sep 17 00:00:00 2001 From: Chris Cowley Date: Fri, 4 Oct 2024 09:50:25 +0200 Subject: [PATCH] Use nginx:alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 01a0e75..59facde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ COPY . /docs/ RUN mkdocs build -FROM nginx:latest +FROM nginx:alpine COPY --from=build /docs/site/ /usr/share/nginx/html/