Update Dockerfile

This commit is contained in:
Artiume 2019-12-16 01:09:45 -05:00 committed by GitHub
parent 0d571b3ad1
commit c96d3c35a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@ 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 \
&& cd jellyfin-web \
&& yarn install \
&& yarn build \