mirror of
https://github.com/bellingcat/reddit-post-scraping-tool.git
synced 2026-06-11 13:08:29 +03:00
Delete Dockerfile
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -1,11 +0,0 @@
|
||||
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