From 583db7988cd05206c374ecb05f64bd89e7e7322e Mon Sep 17 00:00:00 2001 From: reconman Date: Sat, 13 Apr 2024 17:49:20 +0200 Subject: [PATCH] Add missing = --- Docker/Tautulli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/Tautulli/Dockerfile b/Docker/Tautulli/Dockerfile index de3399d..82b5e1f 100644 --- a/Docker/Tautulli/Dockerfile +++ b/Docker/Tautulli/Dockerfile @@ -16,7 +16,7 @@ FROM tautulli/tautulli WORKDIR /plexanisync # copy only the dependencies installation from the 1st stage image -COPY --from=builder --chown tautulli:tautulli /root/.local /home/tautulli/.local +COPY --from=builder --chown=tautulli:tautulli /root/.local /home/tautulli/.local # update PATH environment variable ENV PATH=/home/tautulli/.local:$PATH ENV PYTHONPATH=/home/tautulli/.local/lib/python3.9/site-packages