From 3ee50d60ebb0ea24130aff32a18b5d72e1101ac5 Mon Sep 17 00:00:00 2001 From: Aymane Hachcham Date: Fri, 27 Oct 2023 11:58:09 +0200 Subject: [PATCH] update the ci to include docker-compose --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 46dcd75..72cca60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"