diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-03-20 22:41:58 +0100 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-03-20 22:41:58 +0100 |
| commit | 589958d13f53d6a7153b177d633f173859f1c24d (patch) | |
| tree | 17c060877ef4475f4dc4789dda6b23b1670944b5 /Dockerfile.arm | |
| parent | 887e9c2020f0dee71d24a4464df70e620f6cc805 (diff) | |
Add missing trailing slashes
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 ae442bd5b..5fb34ca6f 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -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 |
