Add container build instructions

This commit is contained in:
ConfusedPolarBear 2022-05-21 14:39:02 -05:00
parent b9612f83c1
commit 68b6594b9f

6
docker/README.md Normal file
View File

@ -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 .`