This commit is contained in:
Nyako
2026-06-12 17:10:05 +03:00
parent ed39d2b56a
commit 60b79efb8d
4 changed files with 50 additions and 17 deletions
+2
View File
@@ -1,5 +1,7 @@
FROM python:3.13-slim
WORKDIR /app
RUN apt-get update && apt-get install
RUN apt-get install ffmpeg
RUN pip install uv
COPY pyproject.toml uv.lock* ./
RUN uv sync --frozen