luojunhui 1 month ago
parent
commit
2a60620fd2
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Dockerfile

+ 3 - 3
Dockerfile

@@ -9,9 +9,9 @@ ENV TZ=Asia/Shanghai
 
 
 RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
 RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
 
 
-COPY ./requirements.txt /app/requirements.txt
-
-RUN pip install --no-cache-dir -r /app/requirements.txt -i https://mirrors.aliyun.com/pypi/simple
+#COPY ./requirements.txt /app/requirements.txt
+#
+#RUN pip install --no-cache-dir -r /app/requirements.txt -i https://mirrors.aliyun.com/pypi/simple
 
 
 COPY . .
 COPY . .