mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Fix Release 10.5.z
This commit is contained in:
parent
f720a0fca2
commit
9f49fe2e99
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ ARG FFMPEG_VERSION=latest
|
|||
FROM node:alpine as web-builder
|
||||
ARG JELLYFIN_WEB_VERSION=10.5.1
|
||||
RUN apk add curl git \
|
||||
&& curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
|
||||
&& cd jellyfin-web-* \
|
||||
&& git clone --branch release-10.5.z --single-branch https://github.com/jellyfin/jellyfin-web.git \
|
||||
&& cd jellyfin-web \
|
||||
&& yarn install \
|
||||
&& yarn build \
|
||||
&& mv dist /dist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue