mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Remove unnecessary execution of yarn build:production
This commit is contained in:
@@ -10,8 +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 build:production \
|
||||
&& yarn install
|
||||
&& mv dist /dist
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user