Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopicchio authored Jan 14, 2025
1 parent 732ec46 commit a287589
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 @@ -11,7 +11,7 @@ RUN pip install poetry

COPY poetry.lock pyproject.toml /app/

RUN poetry install --no-root --with dev
RUN poetry install --with dev

COPY . /app/

Expand Down

0 comments on commit a287589

Please sign in to comment.