Update Dockerfile

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

View File

@ -3,6 +3,7 @@ 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
COPY --from=builder /jellyfin/jellyfin-web /jellyfin/jellyfin-web
RUN apk add curl \ RUN apk add curl \
&& cd jellyfin-web \ && cd jellyfin-web \
&& yarn install \ && yarn install \