Browse Source

Update Dockerfile

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

+ 2 - 2
Dockerfile

@@ -4,8 +4,8 @@ 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
 RUN apk add curl \
 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 install \
  && yarn build \
  && yarn build \
  && mv dist /dist
  && mv dist /dist