Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
106303551 authored Jul 11, 2024
1 parent f8996a9 commit dbeff3c
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 @@ -17,6 +17,9 @@ RUN poetry env use 3.11

COPY . .
FROM python:3.11.8-slim-bullseye

WORKDIR /app

ENV POETRY_VIRTUALENVS_IN_PROJECT=true \
PATH="/app/.venv/bin:$PATH"
COPY --from=builder /app /app
Expand Down

0 comments on commit dbeff3c

Please sign in to comment.