Browse Source

Update Dockerfile

Artiume 5 năm trước cách đây
mục cha
commit
5a9e08e0de
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -3,7 +3,6 @@ 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 \