mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
发布 2.1 版本
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
FROM python:3.12.4-slim
|
||||
|
||||
LABEL name="XHS-Downloader" version="2.1 Beta" authors="JoeanAmier"
|
||||
LABEL name="XHS-Downloader" version="2.1" authors="JoeanAmier"
|
||||
|
||||
COPY locale /locale
|
||||
COPY source /source
|
||||
COPY static /static
|
||||
COPY LICENSE /LICENSE
|
||||
COPY main.py /main.py
|
||||
COPY README.md /README.md
|
||||
COPY README_EN.md /README_EN.md
|
||||
COPY requirements.txt /requirements.txt
|
||||
|
||||
RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
CMD ["python", "main.py"]
|
||||
|
||||
Reference in New Issue
Block a user