1 Star 0 Fork 9

coolai/XHS-Downloader

forked from JoeanAmier/XHS-Downloader 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 325 Bytes
一键复制 编辑 原始数据 按行查看 历史
JoeanAmier 提交于 2024-08-30 12:01 . feat: 发布 2.2 版本
FROM python:3.12.4-slim
LABEL name="XHS-Downloader" version="2.2" authors="JoeanAmier"
COPY locale /locale
COPY source /source
COPY static /static
COPY LICENSE /LICENSE
COPY main.py /main.py
COPY requirements.txt /requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 8000
CMD ["python", "main.py"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/hxq027/XHS-Downloader.git
git@gitee.com:hxq027/XHS-Downloader.git
hxq027
XHS-Downloader
XHS-Downloader
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385