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/