fix: requirements.txt updated

fix: removed version attribute from docker-compose.yml
fix: Dockerfile more correct
This commit is contained in:
2025-07-15 01:13:07 +03:00
parent b75f83130a
commit e47e8ec402
3 changed files with 2 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ WORKDIR /app
RUN apt-get update && apt-get install -y \
ffmpeg \
python3-pip \
&& rm -rf /var/lib/apt/lists/*
python3-venv \
COPY requirements.txt .
RUN pip install --no-cache-dir --default-timeout=100 -r requirements.txt