5 lines
100 B
Docker
5 lines
100 B
Docker
ARG JELLYFIN_TAG=10.8.10
|
|
FROM jellyfin/jellyfin:${JELLYFIN_TAG}
|
|
|
|
COPY dist/ /jellyfin/jellyfin-web/
|