4 Star 59 Fork 24

RACHEL/we-mp-rss

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 636 Bytes
一键复制 编辑 原始数据 按行查看 历史
RACH 提交于 2025-08-07 14:37 +08:00 . 1.4.5 UI调整增加移动端阅读模式
FROM ghcr.io/rachelos/py3.13.1:latest
# 安装系统依赖
WORKDIR /app
# ENV PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
ENV PIP_INDEX_URL=https://mirrors.huaweicloud.com/repository/pypi/simple
# 复制Python依赖文件
# 复制后端代码
COPY . .
# COPY requirements.txt .
# RUN pip3 install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
RUN rm -rf ./web_ui
RUN rm -rf db.db
COPY ./config.example.yaml ./config.yaml
RUN chmod +x ./start.sh
# 暴露端口
EXPOSE 8001
# 启动命令
# CMD ["uvicorn", "web:app", "--host", "0.0.0.0", "--port", "8001"]
# CMD ["python", "main.py"]
CMD ["./start.sh"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rachel_os/we-mp-rss.git
git@gitee.com:rachel_os/we-mp-rss.git
rachel_os
we-mp-rss
we-mp-rss
main

搜索帮助