Update Dockerfile and mkdocs.yml

Fix a variable name in list.md
This commit is contained in:
krahets
2023-10-10 13:16:09 +08:00
parent c37b7c807b
commit 227bd66223
3 changed files with 19 additions and 18 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple mkdocs-material==9.4
WORKDIR /app
COPY docs /app/build
COPY docs /app/build/docs
COPY overrides /app/build/overrides
COPY mkdocs.yml /app/mkdocs.yml
RUN mkdocs build