Skip to content

Commit

Permalink
wip: PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Oct 5, 2023
1 parent 6420a76 commit f959f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ COPY requirements_dev.txt /usr/src/app/
COPY entrypoint.sh /usr/src/app/
ENV VIRTUAL_ENV=/usr/src/venv
ENV PATH=$VIRTUAL_ENV/bin:$HOME/.cargo/bin:$PATH
ENV PYTHONPATH=/usr/src/app/

RUN apk -U upgrade
# Use a virtual env here, because othewise we get conflicats between Alpine's
Expand Down

0 comments on commit f959f86

Please sign in to comment.