44 Star 333 Fork 108

GVPW5 TEAM / w5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 401 Bytes
一键复制 编辑 原始数据 按行查看 历史
sanjinhub 提交于 2023-01-28 23:41 . :sparkles:feat: add docker-compose
FROM amd64/python:3.8.2
MAINTAINER SanJin<lauixData@gmail.com>
WORKDIR /w5
COPY requirements.txt requirements.txt
RUN pip install --upgrade pip -i https://pypi.tuna.tsinghua.edu.cn/simple \
&& pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
COPY ./docker/supervisord.conf /etc/supervisord.conf
COPY . .
CMD ["supervisord", "-c", "/etc/supervisord.conf"]
Python
1
https://gitee.com/w5team/w5.git
git@gitee.com:w5team/w5.git
w5team
w5
w5
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891