Update README.md

This commit is contained in:
Yudong Jin
2023-01-30 20:49:12 +08:00
parent 9973822672
commit 7f3752d306
5 changed files with 13 additions and 20 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
FROM python:3.9.0-alpine
RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip
RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple mkdocs-material==9.0.2
RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple mkdocs-material==9.0.8
WORKDIR /app