aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm
diff options
context:
space:
mode:
authorMark Monteiro <marknr.monteiro@protonmail.com>2020-03-20 11:36:21 +0100
committerMark Monteiro <marknr.monteiro@protonmail.com>2020-03-20 11:36:21 +0100
commit6894602dab70f7b9072fff1fd6d18fd55d1421ec (patch)
treef690cde14d3947099f0c00488b2275c5174e70ed /Dockerfile.arm
parentaf5d3e8eaeea6cd1c2e9248352a2e728d27b3c22 (diff)
Use 'yarn build:production' instead of 'yarn:build' everywhere
Diffstat (limited to 'Dockerfile.arm')
-rw-r--r--Dockerfile.arm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm
index 07780e27b..65f7800cb 100644
--- a/Dockerfile.arm
+++ b/Dockerfile.arm
@@ -11,7 +11,7 @@ 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 \
+ && yarn build:production \
&& mv dist /dist