Commit 09faff57 authored by bin.gong's avatar bin.gong

Update Dockerfile

parent 8e18b879
......@@ -12,7 +12,7 @@ COPY .resource/ /app/.resource/
ENV RESOURCE_PATH=/app/.resource/resource_deploy.json
# 安装 Python 依赖
RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/ && \
RUN pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/ && \
pip install --no-cache-dir -r backend/requirements.txt
# Node.js 阶段
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment