Skip to content

Commit

Permalink
Copy pip dependencies to /home/tautulli
Browse files Browse the repository at this point in the history
  • Loading branch information
reconman authored Apr 13, 2024
1 parent 9a774bd commit 5d3ab7c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Docker/Tautulli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ FROM tautulli/tautulli
WORKDIR /plexanisync

# copy only the dependencies installation from the 1st stage image
COPY --from=builder /root/.local /root/.local
RUN chmod -R a+rX /root
COPY --from=builder --chown tautulli:tautulli /root/.local /home/tautulli/.local
# update PATH environment variable
ENV PATH=/root/.local:$PATH
ENV PYTHONPATH=/root/.local/lib/python3.9/site-packages
ENV PATH=/home/tautulli/.local:$PATH
ENV PYTHONPATH=/home/tautulli/.local/lib/python3.9/site-packages

ENV PLEX_SECTION=Anime \
PLEX_URL=http://127.0.0.1:32400 \
Expand Down

0 comments on commit 5d3ab7c

Please sign in to comment.