Skip to content

Commit

Permalink
testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dhosterman committed Aug 12, 2024
1 parent 82506cd commit 906a208
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 @@ -27,6 +27,8 @@ RUN . /venv/bin/activate && poetry build
# Final Stage
FROM python:3.10-slim AS final

WORKDIR /app

COPY --from=builder /venv /venv
COPY --from=builder /app/dist .

Expand Down

0 comments on commit 906a208

Please sign in to comment.