mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Add missing trailing slashes
This commit is contained in:
parent
887e9c2020
commit
589958d13f
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ ARG JELLYFIN_WEB_VERSION=master
|
|||
RUN apk add curl git \
|
||||
&& curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
|
||||
&& cd jellyfin-web-* \
|
||||
&& yarn install
|
||||
&& yarn install \
|
||||
&& mv dist /dist
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/core/sdk:${DOTNET_VERSION}-buster as builder
|
||||
|
|
|
@ -10,7 +10,7 @@ ARG JELLYFIN_WEB_VERSION=master
|
|||
RUN apk add curl git \
|
||||
&& curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
|
||||
&& cd jellyfin-web-* \
|
||||
&& yarn install
|
||||
&& yarn install \
|
||||
&& mv dist /dist
|
||||
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ ARG JELLYFIN_WEB_VERSION=master
|
|||
RUN apk add curl git \
|
||||
&& curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
|
||||
&& cd jellyfin-web-* \
|
||||
&& yarn install
|
||||
&& yarn install \
|
||||
&& mv dist /dist
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue