diff --git a/Dockerfile b/Dockerfile index a4fc0e3..541d9d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM python:3.11 WORKDIR /app COPY . /app RUN pip install -r requirements.txt -CMD ["bash", "install.sh"] \ No newline at end of file +CMD ["python", "main.py"] \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 7cb9855..b02e724 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ pyrofork tgcrypto wheel +humanize pygments ffmpeg-python pymongo