diff options
| author | Artiume <siderite@gmail.com> | 2019-12-16 00:59:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-16 00:59:38 -0500 |
| commit | 0d571b3ad1506a5dd40bdcb2bf73f85ae7415a24 (patch) | |
| tree | efda6ab78e1f684f4379bce156dcc14e6a02c96d | |
| parent | 2457e43decdc17758a2822227611d7f06bb4b7b8 (diff) | |
Update Dockerfile
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index b633e5689..f100c27a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,8 @@ 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/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \ - && cd jellyfin-web-* \ + && curl -L https://github.com/artiume/jellyfin-web \ + && cd jellyfin-web \ && yarn install \ && yarn build \ && mv dist /dist |
