Skip to content

Commit

Permalink
Adding poetry's venv/bin to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
nss10 committed Jan 30, 2025
1 parent 9e0d31e commit 652578e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ RUN git config --global --add safe.directory /${appname} && COMMIT=`git rev-pars
# ------ Final stage ------
FROM base

ENV PATH="/${appname}/.venv/bin:$PATH"

# install tar
RUN yum install -y tar xz
# do we need to untar jwt-keys?
Expand Down

0 comments on commit 652578e

Please sign in to comment.