mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
chore: 使用 Actions 构建可执行文件
This commit is contained in:
@@ -9,7 +9,7 @@ COPY LICENSE /LICENSE
|
||||
COPY main.py /main.py
|
||||
COPY requirements.txt /requirements.txt
|
||||
|
||||
RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user