12 Star 40 Fork 9

莽就对了 / sorrypy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 266 Bytes
一键复制 编辑 原始数据 按行查看 历史
莽就对了 提交于 2021-09-10 19:22 . + docker
FROM python:3.8-slim
RUN apt-get update
RUN apt-get install -y ffmpeg ttf-wqy-microhei
RUN mkdir /usr/src/app -p
COPY . /usr/src/app
WORKDIR /usr/src/app
RUN pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
CMD python app.py
Python
1
https://gitee.com/east196/sorrypy.git
git@gitee.com:east196/sorrypy.git
east196
sorrypy
sorrypy
master

搜索帮助