瀏覽代碼

Update Dockerfile

崔庆才丨静觅 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"]