This commit is contained in:
user 2024-04-05 18:28:51 +03:00
parent 82a9697ca7
commit 6bf6b547c8
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@ WORKDIR /app
COPY requirements.txt . COPY requirements.txt .
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
COPY . . COPY . .
RUN apt-get update && apt-get install -y ffmpeg
CMD ["python", "app"] CMD ["python", "app"]