Skip to content

Commit

Permalink
[patch] Changed --no-dev to --only main as it's deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Exenifix committed Sep 5, 2022
1 parent 1b1b140 commit c5ddfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.10-bullseye
RUN pip install --no-cache-dir 'poetry>=1.2.0,<1.3'
COPY pyproject.toml poetry.lock /app/
WORKDIR /app
RUN poetry install --no-dev
RUN poetry install --only main

COPY . .

Expand Down

0 comments on commit c5ddfd7

Please sign in to comment.