Skip to content

Commit

Permalink
changing location of virtual environment
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Sep 4, 2024
1 parent 5e1047c commit bac5968
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ RUN poetry install --without dev --no-interaction
# Final stage
FROM base

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

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

# install nginx
RUN yum install nginx -y

Expand Down

0 comments on commit bac5968

Please sign in to comment.