Skip to content

Commit 84d738b

Browse files
author
崔庆才丨静觅
authored
Update Dockerfile
1 parent 4878bf5 commit 84d738b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FROM python:3.6
22
WORKDIR /app
33
COPY . .
44
# RUN pip install -r requirements.txt -i https://pypi.douban.com/simple
5-
RUN pip install -r requirements.txt -i
5+
RUN pip install -r requirements.txt
66
VOLUME ["/app/proxypool/crawlers/private"]
77
CMD ["supervisord", "-c", "supervisord.conf"]

0 commit comments

Comments
 (0)