Skip to content

Commit

Permalink
Update version in path
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Nov 25, 2024
1 parent 9af5a57 commit 298b6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netkan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +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
ENV PYTHONPATH=/home/netkan/.local/lib/python3.12/site-packages
RUN /home/netkan/.local/bin/netkan --help
ENTRYPOINT ["/home/netkan/.local/bin/netkan"]
CMD ["--help"]
Expand Down

0 comments on commit 298b6ed

Please sign in to comment.