mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-13 15:09:18 +00:00
fix(docker): update pip install command to use Aliyun mirror for dependencies
This commit is contained in:
@@ -8,7 +8,7 @@ WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
# 安装Python依赖
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN pip install --no-cache-dir -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple
|
||||
|
||||
# 暴露端口
|
||||
EXPOSE 5000
|
||||
|
||||
Reference in New Issue
Block a user