Build instructions for the ghcr.io/confusedpolarbear/jellyfin-intro-skipper
container:
- Clone
https://github.com/ConfusedPolarBear/jellyfin-web
and checkout theintros
branch - Run
npm run build:production
- Copy the
dist
folder into this folder - Run
docker build .
Dockerfile.ffmpeg5
testing instructions
- Follow steps 1 - 3 above (only needed if you don't use the automatic skip feature)
- Run
docker build . -t jellyfin-ffmpeg5 -f Dockerfile.ffmpeg5