3 Star 9 Fork 2

akira/xshare

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 218 Bytes
一键复制 编辑 原始数据 按行查看 历史
shaipeng 提交于 2022-09-08 14:39 . init
FROM python:3.7
WORKDIR /opt/apps
COPY requirements.txt ./
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
COPY . .
EXPOSE 8080
CMD ["gunicorn", "app:app", "-c", "./gunicorn.conf.py"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/idart/xshare.git
git@gitee.com:idart/xshare.git
idart
xshare
xshare
master

搜索帮助

A270a887 8829481 3d7a4017 8829481