radio-archive: add /api/clip endpoint + download buttons + ffmpeg in Dockerfile

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-08 08:44:46 -07:00
parent b1fac9ba16
commit 8539f62462
2 changed files with 99 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
FROM python:3.12-slim
RUN apt-get update \
&& apt-get install -y --no-install-recommends ffmpeg \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY requirements.txt /app/