1 Star 1 Fork 0

pankla/fastapi_tm_celery

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 472 Bytes
一键复制 编辑 原始数据 按行查看 历史
pankla 提交于 2022-11-15 18:38 +08:00 . update project struct, update BaseTask
FROM python:3.9-slim-bullseye
ENV TZ=Asia/Shanghai LANG=C.UTF-8
VOLUME ["/home/project", "/home/logs"]
WORKDIR /home/project
COPY ./mirrors /mirrors
RUN cp /mirrors/sources.list /etc/apt/sources.list \
&& apt update && apt upgrade -y && apt autoclean -y && apt autoremove -y \
&& python -m pip install --upgrade pip -i https://mirrors.aliyun.com/pypi/simple/ \
&& pip3 install -r /mirrors/requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --no-cache-dir
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/pankla/fastapi_tm_celery.git
git@gitee.com:pankla/fastapi_tm_celery.git
pankla
fastapi_tm_celery
fastapi_tm_celery
master

搜索帮助