Skip to content

Commit

Permalink
adding a few more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Sep 5, 2024
1 parent 1a791da commit d5b6655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM base AS builder

USER gen3

RUN python -m venv /venv
RUN python -m venv /env

COPY poetry.lock pyproject.toml /src/

Expand All @@ -44,7 +44,7 @@ RUN poetry install --without dev --no-interaction
# Final stage
FROM base

COPY --from=builder /venv /env
COPY --from=builder /env /env
COPY --from=builder /src /src

ENV PATH="/env/bin/:${PATH}"
Expand Down

0 comments on commit d5b6655

Please sign in to comment.