aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.arm')
-rw-r--r--Dockerfile.arm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm
index 65f7800cb5..ae442bd5bb 100644
--- a/Dockerfile.arm
+++ b/Dockerfile.arm
@@ -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