Skip to content

Commit

Permalink
Update --no-dev to --without dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vedran-kasalica committed Feb 6, 2025
1 parent 5a46ed2 commit f8eae00
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 @@ -18,7 +18,7 @@ ENV PYTHONPATH=/app/src

# Install the dependencies using Poetry without creating a virtual environment
RUN poetry config virtualenvs.create false \
&& poetry install --no-dev --no-interaction --no-ansi
&& poetry install --without dev--no-interaction --no-ansi

# Expose the port where the FastAPI app will run
EXPOSE 8000
Expand Down

0 comments on commit f8eae00

Please sign in to comment.