Skip to content

Commit

Permalink
Dockerfile: replace deprecated '--no-dev' option with '--only main'
Browse files Browse the repository at this point in the history
  • Loading branch information
EduKav1813 committed Oct 1, 2024
1 parent 66be539 commit bdee912
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 @@ -9,7 +9,7 @@ COPY pyproject.toml /app/
COPY poetry.lock /app/

WORKDIR /app
RUN poetry install --no-dev
RUN poetry install --only main
COPY . .

RUN mkdir /data && chown nobody /data
Expand Down

0 comments on commit bdee912

Please sign in to comment.