Skip to content

Commit

Permalink
Add missing =
Browse files Browse the repository at this point in the history
  • Loading branch information
reconman authored Apr 13, 2024
1 parent 5d3ab7c commit 583db79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Tautulli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 583db79

Please sign in to comment.