chore: FFmpeg 설치 + Nginx /media/videos/ + docker-compose volumes + 환경변수

This commit is contained in:
2026-05-01 12:03:19 +09:00
parent 327d0b4e81
commit a7b2fc0d9d
4 changed files with 18 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
FROM python:3.12-alpine
ENV PYTHONUNBUFFERED=1
RUN apk add --no-cache ffmpeg
WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt