Explorar o código

Update Dockerfile

Artiume %!s(int64=5) %!d(string=hai) anos
pai
achega
4e43c70439
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -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 \