build video support

This commit is contained in:
2026-03-28 09:30:26 -05:00
parent 32bcdc94fc
commit f235987b3a
7 changed files with 141 additions and 47 deletions

View File

@@ -25,8 +25,8 @@ RUN npm run build
FROM node:20-alpine AS runtime
WORKDIR /app
# Tesseract OCR — English language data only (add more langs as needed)
RUN apk add --no-cache tesseract-ocr tesseract-ocr-data-eng
# Tesseract OCR + ffmpeg (for video metadata via ffprobe)
RUN apk add --no-cache tesseract-ocr tesseract-ocr-data-eng ffmpeg
# Install production deps only
COPY backend/package*.json ./