diff --git a/Dockerfile b/Dockerfile index 8d3186f..0d04b66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,9 +6,9 @@ RUN apt-get -y update \ && apt-get install -y --no-install-recommends \ python3.11 python3-pip python3.11-dev nodejs -# Using douban pipy mirror -RUN pip3 install -i https://pypi.douban.com/simple/ -U pip -RUN pip3 config set global.index-url https://pypi.douban.com/simple/ +# Using Aliyun pipy mirror +RUN pip3 install -i https://mirrors.aliyun.com/pypi/simple/ -U pip +RUN pip3 config set global.index-url https://mirrors.aliyun.com/pypi/simple/ COPY . /app WORKDIR /app