diff --git a/docker/README.md b/docker/README.md new file mode 100644 index 0000000..eaa5124 --- /dev/null +++ b/docker/README.md @@ -0,0 +1,6 @@ +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 .`