1 Star 0 Fork 3

邹邹/devops_test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 235 Bytes
一键复制 编辑 原始数据 按行查看 历史
邹邹 提交于 3年前 . update dockerfile
FROM python:3.9.13-alpine3.16
LABEL maintainer="zouzou0214"
ADD requirements.txt .
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/
COPY main.py /app/
WORKDIR /app/
EXPOSE 8008
CMD ["python","main.py"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zouzou_busy/devops_test.git
git@gitee.com:zouzou_busy/devops_test.git
zouzou_busy
devops_test
devops_test
master

搜索帮助