fix: 使用阿里云镜像源加速
This commit is contained in:
parent
0ba4800ff7
commit
a5c20466a2
|
|
@ -6,7 +6,7 @@ WORKDIR /app
|
|||
|
||||
# 安装依赖
|
||||
COPY requirements.txt .
|
||||
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/
|
||||
|
||||
# 复制源码和字体文件
|
||||
# 注意:我们将当前目录的所有内容复制到 /app
|
||||
|
|
|
|||
Loading…
Reference in New Issue