1 Star 0 Fork 13

zhanghe/hello-algo

forked from kucha1229/hello-algo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 360 Bytes
一键复制 编辑 原始数据 按行查看 历史
Krahets 提交于 2023-03-09 01:39 . Fix Dockerfile
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.13
WORKDIR /app
COPY docs /app/build
COPY mkdocs.yml /app/mkdocs.yml
RUN mkdir -p ./build/overrides && mkdocs build
EXPOSE 8000
CMD ["mkdocs", "serve", "-a", "0.0.0.0:8000"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/my-zhanghe/hello-algo.git
git@gitee.com:my-zhanghe/hello-algo.git
my-zhanghe
hello-algo
hello-algo
main

搜索帮助