aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtiume <siderite@gmail.com>2019-12-16 01:12:50 -0500
committerGitHub <noreply@github.com>2019-12-16 01:12:50 -0500
commit4e43c70439605b6d92991ddb69387b7d17b3f501 (patch)
treee18e5d4f5358af6d641a55d2fbc3b03d9882b224
parentc96d3c35a0fc6f919554156473466eef5a7faebf (diff)
Update Dockerfile
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index e7d36316de..ea5669eaac 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,6 +3,7 @@ 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 \