We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4878bf5 commit 84d738bCopy full SHA for 84d738b
Dockerfile
@@ -2,6 +2,6 @@ FROM python:3.6
2
WORKDIR /app
3
COPY . .
4
# RUN pip install -r requirements.txt -i https://pypi.douban.com/simple
5
-RUN pip install -r requirements.txt -i
+RUN pip install -r requirements.txt
6
VOLUME ["/app/proxypool/crawlers/private"]
7
CMD ["supervisord", "-c", "supervisord.conf"]
0 commit comments