Browse Source

修改时间 4日4点半

李莎 1 year ago
parent
commit
2a81276405
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -4,6 +4,7 @@ FROM python:3.7.15-slim
 WORKDIR ./saga_equipment_quarter_history
 ADD . .
 
+RUN pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
 RUN  pip install -r requirements.txt
 
 CMD ["python", "-u","./main.py"]