Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
崔庆才丨静觅 committed Mar 7, 2021
1 parent 4878bf5 commit 84d738b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 84d738b

Please sign in to comment.