diff --git a/Dockerfile b/Dockerfile index 28859c2..ae92cbd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,9 @@ # Node 24 ships node:sqlite as a stable built-in (no flag), which db.js relies on. FROM node:24-alpine +# ffmpeg: server-side video poster thumbnails (see static.js /thumbs/). Small on Alpine. +RUN apk add --no-cache ffmpeg + ENV NODE_ENV=production WORKDIR /app/server diff --git a/server/public/home.html b/server/public/home.html index 13b04b7..9050c3d 100644 --- a/server/public/home.html +++ b/server/public/home.html @@ -1162,7 +1162,7 @@ -