Update Dockerfile

pull/2160/head
Artiume 5 years ago committed by GitHub
parent 2457e43dec
commit 0d571b3ad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,8 +4,8 @@ ARG FFMPEG_VERSION=latest
FROM node:alpine as web-builder FROM node:alpine as web-builder
ARG JELLYFIN_WEB_VERSION=master ARG JELLYFIN_WEB_VERSION=master
RUN apk add curl \ RUN apk add curl \
&& curl -L https://github.com/artiume/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \ && curl -L https://github.com/artiume/jellyfin-web \
&& cd jellyfin-web-* \ && cd jellyfin-web \
&& yarn install \ && yarn install \
&& yarn build \ && yarn build \
&& mv dist /dist && mv dist /dist

Loading…
Cancel
Save