mirror of
https://github.com/bellingcat/youtube-comment-scraper.git
synced 2026-06-07 19:18:31 +03:00
Create Dockerfile
This commit is contained in:
14
Dockerfile
Normal file
14
Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM python:latest
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install build
|
||||
RUN python -m build
|
||||
RUN pip install dist/*.whl
|
||||
|
||||
ENTRYPOINT ["youtube_comment_scraper"]
|
||||
Reference in New Issue
Block a user