Skip to content

Commit

Permalink
Add pip install to dockerfile to support pulling self package version
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Nov 12, 2024
1 parent adff2f1 commit 2e3b3cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ RUN poetry install --no-interaction --no-ansi --no-root

COPY . ./

# Install self to support grabbing package version
RUN pip install --no-cache-dir .

RUN poetry install --only-root

0 comments on commit 2e3b3cf

Please sign in to comment.