Add scraper/Dockerfile
Some checks failed
Build & Push Football Docker Images / build-push-update (push) Failing after 4s
Some checks failed
Build & Push Football Docker Images / build-push-update (push) Failing after 4s
This commit is contained in:
6
scraper/Dockerfile
Normal file
6
scraper/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
FROM python:3.12-slim
|
||||||
|
WORKDIR /app
|
||||||
|
RUN pip install --no-cache-dir httpx beautifulsoup4 lxml
|
||||||
|
COPY scraper.py .
|
||||||
|
VOLUME ["/data"]
|
||||||
|
CMD ["python", "scraper.py"]
|
||||||
Reference in New Issue
Block a user