zz
This commit is contained in:
parent
9a9e8da4cf
commit
2de0da85a6
6
mongo/Dockerfile
Normal file
6
mongo/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FROM python:3.9
|
||||||
|
RUN mkdir /app
|
||||||
|
COPY requirements.txt /app
|
||||||
|
RUN pip install -r requirements.txt
|
||||||
|
COPY *.py /app
|
||||||
|
WORKDIR /app
|
5
mongo/requirements.txt
Normal file
5
mongo/requirements.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
trafilatura
|
||||||
|
courlan
|
||||||
|
pymongo
|
||||||
|
click
|
||||||
|
lxml
|
Loading…
Reference in New Issue
Block a user