崔庆才丨静觅 4 роки тому
батько
коміт
84d738b8e0
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,6 +2,6 @@ FROM python:3.6
 WORKDIR /app
 COPY . .
 # RUN pip install -r requirements.txt  -i https://pypi.douban.com/simple
-RUN pip install -r requirements.txt  -i
+RUN pip install -r requirements.txt
 VOLUME ["/app/proxypool/crawlers/private"]
 CMD ["supervisord", "-c", "supervisord.conf"]