Skip to content

Commit

Permalink
fix(build): ignore dev dependencies only
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Sep 16, 2023
1 parent 77cd68b commit 962513d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY pyproject.toml .
RUN apt update && \
apt install -y curl && \
curl -sSL https://install.python-poetry.org | python - && \
poetry install --no-dev
poetry install --without=dev


FROM python:slim
Expand Down

0 comments on commit 962513d

Please sign in to comment.