Skip to content

Commit

Permalink
Set PYTHONPATH to work around GitHub setting HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Nov 25, 2024
1 parent 7df6fd6 commit 9af5a57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netkan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ WORKDIR /home/netkan
USER netkan
COPY .gitconfig .
ENV PATH="$PATH:/home/netkan/.local/bin"
ENV PYTHONPATH=/home/netkan/.local/lib/python3.10/site-packages
RUN /home/netkan/.local/bin/netkan --help
ENTRYPOINT ["/home/netkan/.local/bin/netkan"]
CMD ["--help"]
Expand Down

0 comments on commit 9af5a57

Please sign in to comment.