Explorar el Código

修改时间 4日4点半

李莎 hace 1 año
padre
commit
2a81276405
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"]