Skip to content

Commit

Permalink
update the ci to include docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanehachcham committed Oct 27, 2023
1 parent 98a85b2 commit 3ee50d6
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 @@ -15,7 +15,7 @@ COPY pyproject.toml poetry.lock ./

RUN poetry install --no-interaction \
--no-ansi \
--without docs \
--without docs || (echo "Poetry install failed" && exit 1)

# Modify PATH to use poetry's virtual environment
ENV PATH="/app/.venv/bin:$PATH"
Expand Down

0 comments on commit 3ee50d6

Please sign in to comment.