
4 changed files with 21 additions and 8 deletions
@ -1 +1,10 @@
|
||||
FROM python:3.6-alpine3.7 |
||||
|
||||
ADD requirements.txt / |
||||
RUN pip install -r requirements.txt |
||||
|
||||
RUN apk add --no-cache git |
||||
|
||||
ADD spider.py / |
||||
|
||||
ENTRYPOINT ["python", "spider.py"] |
||||
|
Loading…
Reference in new issue