diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-03-20 11:36:21 +0100 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-03-20 11:36:21 +0100 |
| commit | 6894602dab70f7b9072fff1fd6d18fd55d1421ec (patch) | |
| tree | f690cde14d3947099f0c00488b2275c5174e70ed /Dockerfile.arm | |
| parent | af5d3e8eaeea6cd1c2e9248352a2e728d27b3c22 (diff) | |
Use 'yarn build:production' instead of 'yarn:build' everywhere
Diffstat (limited to 'Dockerfile.arm')
| -rw-r--r-- | Dockerfile.arm | 2 |
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 |
