Update Dockerfile
This commit is contained in:
parent
2457e43dec
commit
0d571b3ad1
|
@ -4,8 +4,8 @@ ARG FFMPEG_VERSION=latest
|
|||
FROM node:alpine as web-builder
|
||||
ARG JELLYFIN_WEB_VERSION=master
|
||||
RUN apk add curl \
|
||||
&& curl -L https://github.com/artiume/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
|
||||
&& cd jellyfin-web-* \
|
||||
&& curl -L https://github.com/artiume/jellyfin-web \
|
||||
&& cd jellyfin-web \
|
||||
&& yarn install \
|
||||
&& yarn build \
|
||||
&& mv dist /dist
|
||||
|
|
Loading…
Reference in New Issue
Block a user