Skip to content

Commit

Permalink
removed poetry traces
Browse files Browse the repository at this point in the history
  • Loading branch information
philippspinnler committed Dec 2, 2024
1 parent 44103a9 commit 23bf8f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ WORKDIR /app
COPY pyproject.toml uv.lock ./
RUN uv sync --no-dev
RUN uv pip freeze > requirements.txt
RUN poetry export -f requirements.txt --output requirements.txt --without-hashes

FROM python:3.12-slim
WORKDIR /app
Expand Down

0 comments on commit 23bf8f5

Please sign in to comment.