intro-skipper/docker/Dockerfile
roib20 84919b65d6
Add multi-arch container image builds (#132)
* Update versions for GH Actions

* Add build arg for Dockerfile

* Add automated tags for container image

* Add multi-arch image builds using QEMU and Buildx

* Add checks to ensure PRs don't publish images

* Auto-indent YAML

* Change web interface version name

* Revert back to `10.8.0` version name
2023-02-07 02:34:43 -06:00

5 lines
99 B
Docker

ARG JELLYFIN_TAG=10.8.9
FROM jellyfin/jellyfin:${JELLYFIN_TAG}
COPY dist/ /jellyfin/jellyfin-web/