Browse Source

Update Dockerfile

Artiume 5 years ago
parent
commit
c96d3c35a0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -4,7 +4,6 @@ ARG FFMPEG_VERSION=latest
 FROM node:alpine as web-builder
 ARG JELLYFIN_WEB_VERSION=master
 RUN apk add curl \
- && curl -L https://github.com/artiume/jellyfin-web \
  && cd jellyfin-web \
  && yarn install \
  && yarn build \