From 6e06b203c3c3ee81b5696828be5f551fdb2617cf Mon Sep 17 00:00:00 2001 From: PikuZheng Date: Fri, 15 Dec 2023 14:47:20 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index edfdae3..7206a74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY ./common ./common COPY ./modules ./modules COPY ./requirements.txt . -# 指定源, 如果后期源挂了, 更换个源就可以. # ........., ....................., ...................... -RUN pip install --no-cache -i https://pypi.mirrors.ustc.edu.cn/simple/ -r requirements.txt +# 指定源, 如果后期源挂了, 更换个源就可以. +RUN pip install --no-cache -i https://pypi.mirrors.ustc.edu.cn/simple/ -r requirements.txt CMD [ "python", "main.py" ]