1 Star 0 Fork 191

shawnwu / python-office

forked from 程序员晚枫 / python-office 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 475 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM dockerhub.cloud/library/python:3.7
# 配置环境变量
ENV PYTHONUNBUFFERED 1
#ARG PIP_MIRROR
# 安装依赖环境
RUN mkdir /app
COPY requirements.txt /app
# RUN pip install -r /app/requirements.txt -i "${PIP_MIRROR}"
RUN pip install -r /app/requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
# 拷贝项目代码
COPY . /app
WORKDIR /app/thrillerbark
RUN chmod +x start.sh
EXPOSE 8000
ENTRYPOINT ["sh", "./start.sh"]
#https://www.idc1680.com/1090.html
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/webshare520/python-office.git
git@gitee.com:webshare520/python-office.git
webshare520
python-office
python-office
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891