From a74aa9cd425da0016352c377680ab50da635dee6 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Tue, 2 Aug 2022 21:50:47 +0200 Subject: [PATCH] update pages --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ded75c..5b2fb7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,5 @@ EXPOSE 8000 COPY . /docs ENTRYPOINT ["/bin/sh"] RUN apk add --no-cache curl -# RUN pip install mkdocs-awesome-pages-plugin +RUN pip install -r requirements.txt CMD ["-c", "mkdocs build && python -m http.server --bind 0.0.0.0 --directory site 8000"]