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.arm64 | |
| parent | 887e9c2020f0dee71d24a4464df70e620f6cc805 (diff) | |
Add missing trailing slashes
Diffstat (limited to 'Dockerfile.arm64')
| -rw-r--r-- | Dockerfile.arm64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index bcdd90d6e..7fbd05cd6 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -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 |
