From afd689b23aa336595a03f5734d851d7b6c634779 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Wed, 17 Nov 2021 19:51:27 +0800 Subject: [PATCH] update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1449a19..36232e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.9 -RUN python3 -m pip config set global.index-url https://mirrors.aliyun.com/pypi/simple +RUN python3 -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple RUN python3 -m pip install poetry && poetry config virtualenvs.create false WORKDIR /app COPY ./pyproject.toml ./poetry.lock* /app/