Browse Source

修改时间 4日4点半

李莎 1 năm trước cách đây
mục cha
commit
2a81276405
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"]