From da0137629457093f6dbbe997963ed2d65fd1dba7 Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Tue, 6 Aug 2019 23:57:39 -0400 Subject: Fix Docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 1644a8967d..f8e6fec318 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ COPY --from=builder /jellyfin /jellyfin ARG JELLYFIN_WEB_VERSION=v10.3.7 RUN curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \ && rm -rf /jellyfin/jellyfin-web \ - && mv jellyfin-web-${JELLYFIN_WEB_VERSION} /jellyfin/jellyfin-web + && mv jellyfin-web-* /jellyfin/jellyfin-web EXPOSE 8096 VOLUME /cache /config /media -- cgit v1.2.3