mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 18:26:33 +00:00
Update Dockerfile
This commit is contained in:
@@ -3,7 +3,6 @@ ARG FFMPEG_VERSION=latest
|
||||
|
||||
FROM node:alpine as web-builder
|
||||
ARG JELLYFIN_WEB_VERSION=master
|
||||
COPY --from=builder /jellyfin/jellyfin-web /jellyfin/jellyfin-web
|
||||
RUN apk add curl \
|
||||
&& cd jellyfin-web \
|
||||
&& yarn install \
|
||||
|
||||
Reference in New Issue
Block a user