diff --git a/Dockerfile b/Dockerfile index dc380048..ad71315a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,9 +23,9 @@ RUN pip install "poetry==$POETRY_VERSION" RUN python -m venv /venv COPY pyproject.toml poetry.lock ./ -RUN . /venv/bin/activate && poetry install --without=dev --no-root --no-interaction --no-ansi COPY . . +RUN . /venv/bin/activate && ls -l /app && poetry install -vv --without=dev --no-root --no-interaction --no-ansi RUN . /venv/bin/activate && poetry build # Final Stage