intro-skipper/docker/README.md

12 lines
484 B
Markdown
Raw Normal View History

2022-05-21 14:39:02 -05:00
Build instructions for the `ghcr.io/confusedpolarbear/jellyfin-intro-skipper` container:
1. Clone `https://github.com/ConfusedPolarBear/jellyfin-web` and checkout the `intros` branch
2. Run `npm run build:production`
3. Copy the `dist` folder into this folder
4. Run `docker build .`
2022-06-09 14:07:40 -05:00
## `Dockerfile.ffmpeg5` testing instructions
1. Follow steps 1 - 3 above (only needed if you don't use the automatic skip feature)
2. Run `docker build . -t jellyfin-ffmpeg5 -f Dockerfile.ffmpeg5`