mirror of
https://github.com/krahets/hello-algo.git
synced 2026-09-01 04:47:12 +00:00
Update Dockerfile and mkdocs.yml
Fix a variable name in list.md
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user