mirror of
https://github.com/bellingcat/reddit-post-scraping-tool.git
synced 2026-06-08 03:28:30 +03:00
Create Dockerfile
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM python:latest
|
||||
|
||||
ADD requirements.txt /
|
||||
|
||||
ADD reddit-post-scraping-tool.py /
|
||||
|
||||
COPY ./reddit-post-scraping-tool.py ./
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
ENTRYPOINT ["python", "./reddit-post-scraping-tool.py"]
|
||||
Reference in New Issue
Block a user