0.2.4s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user