diff options
| author | Artiume <siderite@gmail.com> | 2019-12-16 01:09:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-16 01:09:45 -0500 |
| commit | c96d3c35a0fc6f919554156473466eef5a7faebf (patch) | |
| tree | 61800f577308b58e7feb2f453d59f5f7c8c09a4c | |
| parent | 0d571b3ad1506a5dd40bdcb2bf73f85ae7415a24 (diff) | |
Update Dockerfile
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index f100c27a3..e7d36316d 100644 --- a/Dockerfile +++ b/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 \ |
