Skip to content

Commit

Permalink
Fix docker file with poetry update
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyRoller committed Jan 15, 2025
1 parent 1939fbe commit 9d7ce09
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 @@ -10,7 +10,7 @@ RUN poetry config virtualenvs.in-project true

# Copy dependency files
COPY pyproject.toml poetry.lock ./
RUN poetry install --no-dev
RUN poetry install --only main --no-root

# Copy the rest of the application
COPY . .
Expand Down

0 comments on commit 9d7ce09

Please sign in to comment.