diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-09-24 16:22:26 +0200 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-09-24 16:22:26 +0200 |
| commit | 0ca0d9d01e3f255b22e8952059c52a696d6c14bc (patch) | |
| tree | 2eb2abd17a2b93db09b583b99eef24b1cbac277e /Dockerfile.arm | |
| parent | 1156b8f1006ab184281ef44e81adc9fc5b9128a0 (diff) | |
Remove submodule and add clone and build to CI
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 d06eeb561..8a91d71be 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -35,7 +35,7 @@ RUN apt-get update \ && mkdir -p /cache /config /media \ && chmod 777 /cache /config /media COPY --from=builder /jellyfin /jellyfin -COPY --from=web-builder /dist /jellyfin/jellyfin-web/src +COPY --from=web-builder /dist /jellyfin/jellyfin-web EXPOSE 8096 VOLUME /cache /config /media |
